n8n-nodes-ume-v4 4.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (58) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +204 -0
  3. package/dist/credentials/UmeApi.credentials.d.ts +7 -0
  4. package/dist/credentials/UmeApi.credentials.js +41 -0
  5. package/dist/index.d.ts +4 -0
  6. package/dist/index.js +9 -0
  7. package/dist/nodes/FacebookComment/FacebookComment.node.d.ts +5 -0
  8. package/dist/nodes/FacebookComment/FacebookComment.node.js +155 -0
  9. package/dist/nodes/FacebookCommentLike/FacebookCommentLike.node.d.ts +5 -0
  10. package/dist/nodes/FacebookCommentLike/FacebookCommentLike.node.js +122 -0
  11. package/dist/nodes/FacebookLike/FacebookLike.node.d.ts +5 -0
  12. package/dist/nodes/FacebookLike/FacebookLike.node.js +160 -0
  13. package/dist/nodes/FacebookShare/FacebookShare.node.d.ts +5 -0
  14. package/dist/nodes/FacebookShare/FacebookShare.node.js +141 -0
  15. package/dist/nodes/FacebookStoryView/FacebookStoryView.node.d.ts +5 -0
  16. package/dist/nodes/FacebookStoryView/FacebookStoryView.node.js +122 -0
  17. package/dist/nodes/FacebookView/FacebookView.node.d.ts +5 -0
  18. package/dist/nodes/FacebookView/FacebookView.node.js +127 -0
  19. package/dist/nodes/InstagramComment/InstagramComment.node.d.ts +5 -0
  20. package/dist/nodes/InstagramComment/InstagramComment.node.js +145 -0
  21. package/dist/nodes/InstagramLike/InstagramLike.node.d.ts +5 -0
  22. package/dist/nodes/InstagramLike/InstagramLike.node.js +138 -0
  23. package/dist/nodes/InstagramView/InstagramView.node.d.ts +5 -0
  24. package/dist/nodes/InstagramView/InstagramView.node.js +151 -0
  25. package/dist/nodes/TikTokComment/TikTokComment.node.d.ts +5 -0
  26. package/dist/nodes/TikTokComment/TikTokComment.node.js +136 -0
  27. package/dist/nodes/TikTokCommentLike/TikTokCommentLike.node.d.ts +5 -0
  28. package/dist/nodes/TikTokCommentLike/TikTokCommentLike.node.js +122 -0
  29. package/dist/nodes/TikTokFavorite/TikTokFavorite.node.d.ts +5 -0
  30. package/dist/nodes/TikTokFavorite/TikTokFavorite.node.js +127 -0
  31. package/dist/nodes/TikTokLike/TikTokLike.node.d.ts +5 -0
  32. package/dist/nodes/TikTokLike/TikTokLike.node.js +141 -0
  33. package/dist/nodes/TikTokShare/TikTokShare.node.d.ts +5 -0
  34. package/dist/nodes/TikTokShare/TikTokShare.node.js +131 -0
  35. package/dist/nodes/TikTokView/TikTokView.node.d.ts +5 -0
  36. package/dist/nodes/TikTokView/TikTokView.node.js +136 -0
  37. package/dist/nodes/Ume/Ume.node.d.ts +5 -0
  38. package/dist/nodes/Ume/Ume.node.js +244 -0
  39. package/dist/nodes/Ume/operations-data.json +2246 -0
  40. package/dist/nodes/UmeSocialSeeding/UmeSocialSeeding.node.d.ts +5 -0
  41. package/dist/nodes/UmeSocialSeeding/UmeSocialSeeding.node.js +203 -0
  42. package/dist/nodes/UmeSocialSeeding/UmeSocialSeedingHelpers.d.ts +4 -0
  43. package/dist/nodes/UmeSocialSeeding/UmeSocialSeedingHelpers.js +382 -0
  44. package/dist/nodes/UmeSocialSeeding/operations-data.json +673 -0
  45. package/dist/nodes/UmeSocialSeeding/reaction.png +0 -0
  46. package/dist/nodes/UmeSocialSeeding/server-info.json +431 -0
  47. package/dist/nodes/UmeSocialSeeding/services-data-backup.json +3525 -0
  48. package/dist/nodes/UmeSocialSeeding/services-data-old.json +2704 -0
  49. package/dist/nodes/UmeSocialSeeding/services-data.json +7341 -0
  50. package/dist/nodes/UmeSocialSeeding/services-data.json.backup +3525 -0
  51. package/dist/nodes/UmeSocialSeeding/services-data.json.backup.1759909364606 +1927 -0
  52. package/dist/nodes/YouTubeComment/YouTubeComment.node.d.ts +5 -0
  53. package/dist/nodes/YouTubeComment/YouTubeComment.node.js +152 -0
  54. package/dist/nodes/YouTubeLike/YouTubeLike.node.d.ts +5 -0
  55. package/dist/nodes/YouTubeLike/YouTubeLike.node.js +141 -0
  56. package/dist/nodes/YouTubeView/YouTubeView.node.d.ts +5 -0
  57. package/dist/nodes/YouTubeView/YouTubeView.node.js +142 -0
  58. package/package.json +62 -0
@@ -0,0 +1,1927 @@
1
+ {
2
+ "facebook": {
3
+ "buff_group": {
4
+ "endpoint": "/facebook_buff_group",
5
+ "displayName": "Buff Group",
6
+ "description": "Tăng thành viên cho nhóm Facebook",
7
+ "parameters": [
8
+ {
9
+ "name": "uid",
10
+ "displayName": "ID bài viết hoặc URL",
11
+ "type": "string",
12
+ "required": true,
13
+ "default": "",
14
+ "description": "ID hoặc URL gốc của facebook (hệ thống sẽ tự động trích xuất ID từ URL)"
15
+ },
16
+ {
17
+ "name": "count",
18
+ "displayName": "Số lượng",
19
+ "type": "number",
20
+ "required": true,
21
+ "default": 100,
22
+ "description": "Số lượng buff group cần tăng"
23
+ },
24
+ {
25
+ "name": "note",
26
+ "displayName": "Ghi chú",
27
+ "type": "string",
28
+ "required": false,
29
+ "default": "",
30
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
31
+ }
32
+ ]
33
+ },
34
+ "comment": {
35
+ "endpoint": "/facebook_comment",
36
+ "displayName": "Comment",
37
+ "description": "Tăng bình luận cho bài viết Facebook",
38
+ "parameters": [
39
+ {
40
+ "name": "uid",
41
+ "displayName": "ID bài viết hoặc URL",
42
+ "type": "string",
43
+ "required": true,
44
+ "default": "",
45
+ "description": "ID hoặc URL gốc của facebook (hệ thống sẽ tự động trích xuất ID từ URL)"
46
+ },
47
+ {
48
+ "name": "count",
49
+ "displayName": "Số lượng",
50
+ "type": "number",
51
+ "required": true,
52
+ "default": 100,
53
+ "description": "Số lượng comment cần tăng"
54
+ },
55
+ {
56
+ "name": "comments",
57
+ "displayName": "Nội dung bình luận",
58
+ "type": "string",
59
+ "required": false,
60
+ "default": "",
61
+ "description": "Nội dung bình luận (ngẫu nhiên nếu để trống)"
62
+ },
63
+ {
64
+ "name": "note",
65
+ "displayName": "Ghi chú",
66
+ "type": "string",
67
+ "required": false,
68
+ "default": "",
69
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
70
+ }
71
+ ]
72
+ },
73
+ "follow": {
74
+ "endpoint": "/facebook_follow",
75
+ "displayName": "Follow Profile",
76
+ "description": "Tăng follow cho profile cá nhân Facebook",
77
+ "parameters": [
78
+ {
79
+ "name": "uid",
80
+ "displayName": "ID bài viết hoặc URL",
81
+ "type": "string",
82
+ "required": true,
83
+ "default": "",
84
+ "description": "ID hoặc URL gốc của facebook (hệ thống sẽ tự động trích xuất ID từ URL)"
85
+ },
86
+ {
87
+ "name": "count",
88
+ "displayName": "Số lượng",
89
+ "type": "number",
90
+ "required": true,
91
+ "default": 100,
92
+ "description": "Số lượng follow profile cần tăng"
93
+ },
94
+ {
95
+ "name": "note",
96
+ "displayName": "Ghi chú",
97
+ "type": "string",
98
+ "required": false,
99
+ "default": "",
100
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
101
+ }
102
+ ]
103
+ },
104
+ "like_page": {
105
+ "endpoint": "/facebook_like_page",
106
+ "displayName": "Like Fanpage",
107
+ "description": "Tăng like cho fanpage Facebook",
108
+ "parameters": [
109
+ {
110
+ "name": "uid",
111
+ "displayName": "ID bài viết hoặc URL",
112
+ "type": "string",
113
+ "required": true,
114
+ "default": "",
115
+ "description": "ID hoặc URL gốc của facebook (hệ thống sẽ tự động trích xuất ID từ URL)"
116
+ },
117
+ {
118
+ "name": "count",
119
+ "displayName": "Số lượng",
120
+ "type": "number",
121
+ "required": true,
122
+ "default": 100,
123
+ "description": "Số lượng like fanpage cần tăng"
124
+ },
125
+ {
126
+ "name": "note",
127
+ "displayName": "Ghi chú",
128
+ "type": "string",
129
+ "required": false,
130
+ "default": "",
131
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
132
+ }
133
+ ]
134
+ },
135
+ "reactions": {
136
+ "endpoint": "/facebook_reactions",
137
+ "displayName": "Reactions",
138
+ "description": "Tăng cảm xúc (react) cho bài viết Facebook",
139
+ "parameters": [
140
+ {
141
+ "name": "uid",
142
+ "displayName": "ID bài viết hoặc URL",
143
+ "type": "string",
144
+ "required": true,
145
+ "default": "",
146
+ "description": "ID hoặc URL gốc của facebook (hệ thống sẽ tự động trích xuất ID từ URL)"
147
+ },
148
+ {
149
+ "name": "count",
150
+ "displayName": "Số lượng",
151
+ "type": "number",
152
+ "required": true,
153
+ "default": 100,
154
+ "description": "Số lượng reactions cần tăng"
155
+ },
156
+ {
157
+ "name": "note",
158
+ "displayName": "Ghi chú",
159
+ "type": "string",
160
+ "required": false,
161
+ "default": "",
162
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
163
+ }
164
+ ]
165
+ },
166
+ "review": {
167
+ "endpoint": "/facebook_review",
168
+ "displayName": "Review",
169
+ "description": "Tăng review/đánh giá cho Facebook",
170
+ "parameters": [
171
+ {
172
+ "name": "uid",
173
+ "displayName": "ID bài viết hoặc URL",
174
+ "type": "string",
175
+ "required": true,
176
+ "default": "",
177
+ "description": "ID hoặc URL gốc của facebook (hệ thống sẽ tự động trích xuất ID từ URL)"
178
+ },
179
+ {
180
+ "name": "count",
181
+ "displayName": "Số lượng",
182
+ "type": "number",
183
+ "required": true,
184
+ "default": 100,
185
+ "description": "Số lượng review cần tăng"
186
+ },
187
+ {
188
+ "name": "note",
189
+ "displayName": "Ghi chú",
190
+ "type": "string",
191
+ "required": false,
192
+ "default": "",
193
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
194
+ }
195
+ ]
196
+ },
197
+ "share": {
198
+ "endpoint": "/facebook_share",
199
+ "displayName": "Share",
200
+ "description": "Tăng chia sẻ bài viết Facebook",
201
+ "parameters": [
202
+ {
203
+ "name": "uid",
204
+ "displayName": "ID bài viết hoặc URL",
205
+ "type": "string",
206
+ "required": true,
207
+ "default": "",
208
+ "description": "ID hoặc URL gốc của facebook (hệ thống sẽ tự động trích xuất ID từ URL)"
209
+ },
210
+ {
211
+ "name": "count",
212
+ "displayName": "Số lượng",
213
+ "type": "number",
214
+ "required": true,
215
+ "default": 100,
216
+ "description": "Số lượng share cần tăng"
217
+ },
218
+ {
219
+ "name": "note",
220
+ "displayName": "Ghi chú",
221
+ "type": "string",
222
+ "required": false,
223
+ "default": "",
224
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
225
+ }
226
+ ]
227
+ },
228
+ "share_group": {
229
+ "endpoint": "/facebook_share_group",
230
+ "displayName": "Share Group",
231
+ "description": "Chia sẻ bài viết lên nhóm Facebook",
232
+ "parameters": [
233
+ {
234
+ "name": "uid",
235
+ "displayName": "ID bài viết hoặc URL",
236
+ "type": "string",
237
+ "required": true,
238
+ "default": "",
239
+ "description": "ID hoặc URL gốc của facebook (hệ thống sẽ tự động trích xuất ID từ URL)"
240
+ },
241
+ {
242
+ "name": "count",
243
+ "displayName": "Số lượng",
244
+ "type": "number",
245
+ "required": true,
246
+ "default": 100,
247
+ "description": "Số lượng share group cần tăng"
248
+ },
249
+ {
250
+ "name": "note",
251
+ "displayName": "Ghi chú",
252
+ "type": "string",
253
+ "required": false,
254
+ "default": "",
255
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
256
+ }
257
+ ]
258
+ },
259
+ "like_speed": {
260
+ "endpoint": "/fb_speed_s_like_comment",
261
+ "displayName": "Like Speed",
262
+ "description": "Tăng like bài viết Facebook tốc độ cao với nhiều server lựa chọn",
263
+ "parameters": [
264
+ {
265
+ "name": "uid",
266
+ "displayName": "ID bài viết hoặc URL",
267
+ "type": "string",
268
+ "required": true,
269
+ "default": "",
270
+ "description": "ID hoặc URL gốc của facebook (hệ thống sẽ tự động trích xuất ID từ URL)"
271
+ },
272
+ {
273
+ "name": "server",
274
+ "displayName": "Server",
275
+ "type": "options",
276
+ "required": true,
277
+ "default": "server_6",
278
+ "description": "Chọn server để tăng like",
279
+ "options": [
280
+ {
281
+ "name": "Server 6 - Like việt (50-200k)",
282
+ "value": "server_6",
283
+ "description": "Giá tốt, hỗ trợ nhiều cảm xúc"
284
+ },
285
+ {
286
+ "name": "Server 1 - Like chậm (50-100k)",
287
+ "value": "server_1",
288
+ "description": "Tốc độ chậm, ổn định"
289
+ },
290
+ {
291
+ "name": "Server 3 - Like TB (50-10k)",
292
+ "value": "server_3",
293
+ "description": "Tốc độ trung bình"
294
+ },
295
+ {
296
+ "name": "Server 5 - Like nhanh (50-10k)",
297
+ "value": "server_5",
298
+ "description": "Tốc độ nhanh"
299
+ }
300
+ ]
301
+ },
302
+ {
303
+ "name": "count",
304
+ "displayName": "Số lượng",
305
+ "type": "number",
306
+ "required": true,
307
+ "default": 100,
308
+ "description": "Số lượng like speed cần tăng"
309
+ },
310
+ {
311
+ "name": "reaction",
312
+ "displayName": "Cảm xúc",
313
+ "type": "options",
314
+ "required": false,
315
+ "default": "like",
316
+ "description": "Chọn loại cảm xúc",
317
+ "options": [
318
+ {
319
+ "name": "Like ❤️",
320
+ "value": "like"
321
+ },
322
+ {
323
+ "name": "Love ❤️",
324
+ "value": "love"
325
+ },
326
+ {
327
+ "name": "Care 🥰",
328
+ "value": "care"
329
+ },
330
+ {
331
+ "name": "Wow 😮",
332
+ "value": "wow"
333
+ },
334
+ {
335
+ "name": "Haha 😂",
336
+ "value": "haha"
337
+ },
338
+ {
339
+ "name": "Sad 😢",
340
+ "value": "sad"
341
+ },
342
+ {
343
+ "name": "Angry 😠",
344
+ "value": "angry"
345
+ }
346
+ ]
347
+ },
348
+ {
349
+ "name": "note",
350
+ "displayName": "Ghi chú",
351
+ "type": "string",
352
+ "required": false,
353
+ "default": "",
354
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
355
+ }
356
+ ]
357
+ },
358
+ "view_reel": {
359
+ "endpoint": "/view_fb_view_100k_reel",
360
+ "displayName": "View Reel",
361
+ "description": "Tăng view cho reel Facebook",
362
+ "parameters": [
363
+ {
364
+ "name": "uid",
365
+ "displayName": "ID bài viết hoặc URL",
366
+ "type": "string",
367
+ "required": true,
368
+ "default": "",
369
+ "description": "ID hoặc URL gốc của facebook (hệ thống sẽ tự động trích xuất ID từ URL)"
370
+ },
371
+ {
372
+ "name": "count",
373
+ "displayName": "Số lượng",
374
+ "type": "number",
375
+ "required": true,
376
+ "default": 100,
377
+ "description": "Số lượng view reel cần tăng"
378
+ },
379
+ {
380
+ "name": "note",
381
+ "displayName": "Ghi chú",
382
+ "type": "string",
383
+ "required": false,
384
+ "default": "",
385
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
386
+ }
387
+ ]
388
+ },
389
+ "view_live": {
390
+ "endpoint": "/view_view_live_v2",
391
+ "displayName": "View Live",
392
+ "description": "Tăng view cho livestream Facebook",
393
+ "parameters": [
394
+ {
395
+ "name": "uid",
396
+ "displayName": "ID bài viết hoặc URL",
397
+ "type": "string",
398
+ "required": true,
399
+ "default": "",
400
+ "description": "ID hoặc URL gốc của facebook (hệ thống sẽ tự động trích xuất ID từ URL)"
401
+ },
402
+ {
403
+ "name": "count",
404
+ "displayName": "Số lượng",
405
+ "type": "number",
406
+ "required": true,
407
+ "default": 100,
408
+ "description": "Số lượng view live cần tăng"
409
+ },
410
+ {
411
+ "name": "note",
412
+ "displayName": "Ghi chú",
413
+ "type": "string",
414
+ "required": false,
415
+ "default": "",
416
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
417
+ }
418
+ ]
419
+ },
420
+ "view_60k_offline": {
421
+ "endpoint": "/view_view_60k_offline",
422
+ "displayName": "View 60K Offline",
423
+ "description": "Tăng view offline 60K cho Facebook",
424
+ "parameters": [
425
+ {
426
+ "name": "uid",
427
+ "displayName": "ID bài viết hoặc URL",
428
+ "type": "string",
429
+ "required": true,
430
+ "default": "",
431
+ "description": "ID hoặc URL gốc của facebook (hệ thống sẽ tự động trích xuất ID từ URL)"
432
+ },
433
+ {
434
+ "name": "count",
435
+ "displayName": "Số lượng",
436
+ "type": "number",
437
+ "required": true,
438
+ "default": 100,
439
+ "description": "Số lượng view 60k offline cần tăng"
440
+ },
441
+ {
442
+ "name": "note",
443
+ "displayName": "Ghi chú",
444
+ "type": "string",
445
+ "required": false,
446
+ "default": "",
447
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
448
+ }
449
+ ]
450
+ },
451
+ "unknown": {
452
+ "endpoint": "/view_view_other",
453
+ "displayName": "",
454
+ "description": "",
455
+ "parameters": [
456
+ {
457
+ "name": "uid",
458
+ "displayName": "ID bài viết hoặc URL",
459
+ "type": "string",
460
+ "required": true,
461
+ "default": "",
462
+ "description": "ID hoặc URL gốc của facebook (hệ thống sẽ tự động trích xuất ID từ URL)"
463
+ },
464
+ {
465
+ "name": "count",
466
+ "displayName": "Số lượng",
467
+ "type": "number",
468
+ "required": true,
469
+ "default": 100,
470
+ "description": "Số lượng cần tăng"
471
+ },
472
+ {
473
+ "name": "note",
474
+ "displayName": "Ghi chú",
475
+ "type": "string",
476
+ "required": false,
477
+ "default": "",
478
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
479
+ }
480
+ ]
481
+ },
482
+ "view_story": {
483
+ "endpoint": "/view_view_story",
484
+ "displayName": "View Story",
485
+ "description": "Tăng view cho story Facebook",
486
+ "parameters": [
487
+ {
488
+ "name": "uid",
489
+ "displayName": "ID bài viết hoặc URL",
490
+ "type": "string",
491
+ "required": true,
492
+ "default": "",
493
+ "description": "ID hoặc URL gốc của facebook (hệ thống sẽ tự động trích xuất ID từ URL)"
494
+ },
495
+ {
496
+ "name": "count",
497
+ "displayName": "Số lượng",
498
+ "type": "number",
499
+ "required": true,
500
+ "default": 100,
501
+ "description": "Số lượng view story cần tăng"
502
+ },
503
+ {
504
+ "name": "note",
505
+ "displayName": "Ghi chú",
506
+ "type": "string",
507
+ "required": false,
508
+ "default": "",
509
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
510
+ }
511
+ ]
512
+ },
513
+ "view_video": {
514
+ "endpoint": "/view_view_video",
515
+ "displayName": "View Video",
516
+ "description": "Tăng view cho video Facebook",
517
+ "parameters": [
518
+ {
519
+ "name": "uid",
520
+ "displayName": "ID bài viết hoặc URL",
521
+ "type": "string",
522
+ "required": true,
523
+ "default": "",
524
+ "description": "ID hoặc URL gốc của facebook (hệ thống sẽ tự động trích xuất ID từ URL)"
525
+ },
526
+ {
527
+ "name": "count",
528
+ "displayName": "Số lượng",
529
+ "type": "number",
530
+ "required": true,
531
+ "default": 100,
532
+ "description": "Số lượng view video cần tăng"
533
+ },
534
+ {
535
+ "name": "note",
536
+ "displayName": "Ghi chú",
537
+ "type": "string",
538
+ "required": false,
539
+ "default": "",
540
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
541
+ }
542
+ ]
543
+ }
544
+ },
545
+ "google": {
546
+ "map_review": {
547
+ "endpoint": "/google_google_map_review",
548
+ "displayName": "Google Maps Review",
549
+ "description": "Tăng đánh giá cho Google Maps",
550
+ "parameters": [
551
+ {
552
+ "name": "uid",
553
+ "displayName": "ID hoặc URL",
554
+ "type": "string",
555
+ "required": true,
556
+ "default": "",
557
+ "description": "ID hoặc URL gốc của google (hệ thống sẽ tự động trích xuất ID từ URL)"
558
+ },
559
+ {
560
+ "name": "count",
561
+ "displayName": "Số lượng",
562
+ "type": "number",
563
+ "required": true,
564
+ "default": 100,
565
+ "description": "Số lượng google maps review cần tăng"
566
+ },
567
+ {
568
+ "name": "note",
569
+ "displayName": "Ghi chú",
570
+ "type": "string",
571
+ "required": false,
572
+ "default": "",
573
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
574
+ }
575
+ ]
576
+ }
577
+ },
578
+ "instagram": {
579
+ "comment": {
580
+ "endpoint": "/instagram_comment_instagram",
581
+ "displayName": "Comment",
582
+ "description": "Tăng bình luận cho bài viết Instagram",
583
+ "parameters": [
584
+ {
585
+ "name": "uid",
586
+ "displayName": "ID hoặc URL",
587
+ "type": "string",
588
+ "required": true,
589
+ "default": "",
590
+ "description": "ID hoặc URL gốc của instagram (hệ thống sẽ tự động trích xuất ID từ URL)"
591
+ },
592
+ {
593
+ "name": "count",
594
+ "displayName": "Số lượng",
595
+ "type": "number",
596
+ "required": true,
597
+ "default": 100,
598
+ "description": "Số lượng comment cần tăng"
599
+ },
600
+ {
601
+ "name": "comments",
602
+ "displayName": "Nội dung bình luận",
603
+ "type": "string",
604
+ "required": false,
605
+ "default": "",
606
+ "description": "Nội dung bình luận (ngẫu nhiên nếu để trống)"
607
+ },
608
+ {
609
+ "name": "note",
610
+ "displayName": "Ghi chú",
611
+ "type": "string",
612
+ "required": false,
613
+ "default": "",
614
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
615
+ }
616
+ ]
617
+ },
618
+ "follow": {
619
+ "endpoint": "/instagram_follow_instagram",
620
+ "displayName": "Follow",
621
+ "description": "Tăng follow cho tài khoản Instagram",
622
+ "parameters": [
623
+ {
624
+ "name": "uid",
625
+ "displayName": "ID hoặc URL",
626
+ "type": "string",
627
+ "required": true,
628
+ "default": "",
629
+ "description": "ID hoặc URL gốc của instagram (hệ thống sẽ tự động trích xuất ID từ URL)"
630
+ },
631
+ {
632
+ "name": "count",
633
+ "displayName": "Số lượng",
634
+ "type": "number",
635
+ "required": true,
636
+ "default": 100,
637
+ "description": "Số lượng follow cần tăng"
638
+ },
639
+ {
640
+ "name": "note",
641
+ "displayName": "Ghi chú",
642
+ "type": "string",
643
+ "required": false,
644
+ "default": "",
645
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
646
+ }
647
+ ]
648
+ },
649
+ "like": {
650
+ "endpoint": "/instagram_like_instagram",
651
+ "displayName": "Like",
652
+ "description": "Tăng like cho bài viết Instagram",
653
+ "parameters": [
654
+ {
655
+ "name": "uid",
656
+ "displayName": "ID hoặc URL",
657
+ "type": "string",
658
+ "required": true,
659
+ "default": "",
660
+ "description": "ID hoặc URL gốc của instagram (hệ thống sẽ tự động trích xuất ID từ URL)"
661
+ },
662
+ {
663
+ "name": "count",
664
+ "displayName": "Số lượng",
665
+ "type": "number",
666
+ "required": true,
667
+ "default": 100,
668
+ "description": "Số lượng like cần tăng"
669
+ },
670
+ {
671
+ "name": "note",
672
+ "displayName": "Ghi chú",
673
+ "type": "string",
674
+ "required": false,
675
+ "default": "",
676
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
677
+ }
678
+ ]
679
+ },
680
+ "view": {
681
+ "endpoint": "/instagram_view_instagram",
682
+ "displayName": "View",
683
+ "description": "Tăng view cho video/Reels Instagram",
684
+ "parameters": [
685
+ {
686
+ "name": "uid",
687
+ "displayName": "ID hoặc URL",
688
+ "type": "string",
689
+ "required": true,
690
+ "default": "",
691
+ "description": "ID hoặc URL gốc của instagram (hệ thống sẽ tự động trích xuất ID từ URL)"
692
+ },
693
+ {
694
+ "name": "count",
695
+ "displayName": "Số lượng",
696
+ "type": "number",
697
+ "required": true,
698
+ "default": 100,
699
+ "description": "Số lượng view cần tăng"
700
+ },
701
+ {
702
+ "name": "note",
703
+ "displayName": "Ghi chú",
704
+ "type": "string",
705
+ "required": false,
706
+ "default": "",
707
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
708
+ }
709
+ ]
710
+ },
711
+ "vip_comment": {
712
+ "endpoint": "/instagram_vip_comment_instagram",
713
+ "displayName": "VIP Comment",
714
+ "description": "Tăng bình luận chất lượng cao cho Instagram",
715
+ "parameters": [
716
+ {
717
+ "name": "uid",
718
+ "displayName": "ID hoặc URL",
719
+ "type": "string",
720
+ "required": true,
721
+ "default": "",
722
+ "description": "ID hoặc URL gốc của instagram (hệ thống sẽ tự động trích xuất ID từ URL)"
723
+ },
724
+ {
725
+ "name": "count",
726
+ "displayName": "Số lượng",
727
+ "type": "number",
728
+ "required": true,
729
+ "default": 100,
730
+ "description": "Số lượng vip comment cần tăng"
731
+ },
732
+ {
733
+ "name": "comments",
734
+ "displayName": "Nội dung bình luận",
735
+ "type": "string",
736
+ "required": false,
737
+ "default": "",
738
+ "description": "Nội dung bình luận (ngẫu nhiên nếu để trống)"
739
+ },
740
+ {
741
+ "name": "note",
742
+ "displayName": "Ghi chú",
743
+ "type": "string",
744
+ "required": false,
745
+ "default": "",
746
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
747
+ }
748
+ ]
749
+ },
750
+ "vip_like": {
751
+ "endpoint": "/instagram_vip_like_instagram",
752
+ "displayName": "VIP Like",
753
+ "description": "Tăng like chất lượng cao cho Instagram",
754
+ "parameters": [
755
+ {
756
+ "name": "uid",
757
+ "displayName": "ID hoặc URL",
758
+ "type": "string",
759
+ "required": true,
760
+ "default": "",
761
+ "description": "ID hoặc URL gốc của instagram (hệ thống sẽ tự động trích xuất ID từ URL)"
762
+ },
763
+ {
764
+ "name": "count",
765
+ "displayName": "Số lượng",
766
+ "type": "number",
767
+ "required": true,
768
+ "default": 100,
769
+ "description": "Số lượng vip like cần tăng"
770
+ },
771
+ {
772
+ "name": "note",
773
+ "displayName": "Ghi chú",
774
+ "type": "string",
775
+ "required": false,
776
+ "default": "",
777
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
778
+ }
779
+ ]
780
+ }
781
+ },
782
+ "shopee": {
783
+ "follow": {
784
+ "endpoint": "/shopee_follow_shopee",
785
+ "displayName": "Follow Shop",
786
+ "description": "Tăng follow cho gian hàng Shopee",
787
+ "parameters": [
788
+ {
789
+ "name": "uid",
790
+ "displayName": "ID hoặc URL",
791
+ "type": "string",
792
+ "required": true,
793
+ "default": "",
794
+ "description": "ID hoặc URL gốc của shopee (hệ thống sẽ tự động trích xuất ID từ URL)"
795
+ },
796
+ {
797
+ "name": "count",
798
+ "displayName": "Số lượng",
799
+ "type": "number",
800
+ "required": true,
801
+ "default": 100,
802
+ "description": "Số lượng follow shop cần tăng"
803
+ },
804
+ {
805
+ "name": "note",
806
+ "displayName": "Ghi chú",
807
+ "type": "string",
808
+ "required": false,
809
+ "default": "",
810
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
811
+ }
812
+ ]
813
+ },
814
+ "live": {
815
+ "endpoint": "/shopee_live_shopee",
816
+ "displayName": "Live Stream",
817
+ "description": "Tăng tương tác cho livestream Shopee",
818
+ "parameters": [
819
+ {
820
+ "name": "uid",
821
+ "displayName": "ID hoặc URL",
822
+ "type": "string",
823
+ "required": true,
824
+ "default": "",
825
+ "description": "ID hoặc URL gốc của shopee (hệ thống sẽ tự động trích xuất ID từ URL)"
826
+ },
827
+ {
828
+ "name": "count",
829
+ "displayName": "Số lượng",
830
+ "type": "number",
831
+ "required": true,
832
+ "default": 100,
833
+ "description": "Số lượng live stream cần tăng"
834
+ },
835
+ {
836
+ "name": "note",
837
+ "displayName": "Ghi chú",
838
+ "type": "string",
839
+ "required": false,
840
+ "default": "",
841
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
842
+ }
843
+ ]
844
+ }
845
+ },
846
+ "telegram": {
847
+ "member": {
848
+ "endpoint": "/telegram_member_telegram",
849
+ "displayName": "Member",
850
+ "description": "Tăng thành viên cho kênh Telegram",
851
+ "parameters": [
852
+ {
853
+ "name": "uid",
854
+ "displayName": "ID hoặc URL",
855
+ "type": "string",
856
+ "required": true,
857
+ "default": "",
858
+ "description": "ID hoặc URL gốc của telegram (hệ thống sẽ tự động trích xuất ID từ URL)"
859
+ },
860
+ {
861
+ "name": "count",
862
+ "displayName": "Số lượng",
863
+ "type": "number",
864
+ "required": true,
865
+ "default": 100,
866
+ "description": "Số lượng member cần tăng"
867
+ },
868
+ {
869
+ "name": "note",
870
+ "displayName": "Ghi chú",
871
+ "type": "string",
872
+ "required": false,
873
+ "default": "",
874
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
875
+ }
876
+ ]
877
+ },
878
+ "reaction": {
879
+ "endpoint": "/telegram_reaction_telegram",
880
+ "displayName": "Reaction",
881
+ "description": "Tăng reaction cho kênh Telegram",
882
+ "parameters": [
883
+ {
884
+ "name": "uid",
885
+ "displayName": "ID hoặc URL",
886
+ "type": "string",
887
+ "required": true,
888
+ "default": "",
889
+ "description": "ID hoặc URL gốc của telegram (hệ thống sẽ tự động trích xuất ID từ URL)"
890
+ },
891
+ {
892
+ "name": "count",
893
+ "displayName": "Số lượng",
894
+ "type": "number",
895
+ "required": true,
896
+ "default": 100,
897
+ "description": "Số lượng reaction cần tăng"
898
+ },
899
+ {
900
+ "name": "note",
901
+ "displayName": "Ghi chú",
902
+ "type": "string",
903
+ "required": false,
904
+ "default": "",
905
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
906
+ }
907
+ ]
908
+ },
909
+ "view": {
910
+ "endpoint": "/telegram_view_telegram",
911
+ "displayName": "View",
912
+ "description": "Tăng view cho kênh Telegram",
913
+ "parameters": [
914
+ {
915
+ "name": "uid",
916
+ "displayName": "ID hoặc URL",
917
+ "type": "string",
918
+ "required": true,
919
+ "default": "",
920
+ "description": "ID hoặc URL gốc của telegram (hệ thống sẽ tự động trích xuất ID từ URL)"
921
+ },
922
+ {
923
+ "name": "count",
924
+ "displayName": "Số lượng",
925
+ "type": "number",
926
+ "required": true,
927
+ "default": 100,
928
+ "description": "Số lượng view cần tăng"
929
+ },
930
+ {
931
+ "name": "note",
932
+ "displayName": "Ghi chú",
933
+ "type": "string",
934
+ "required": false,
935
+ "default": "",
936
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
937
+ }
938
+ ]
939
+ }
940
+ },
941
+ "threads": {
942
+ "follow": {
943
+ "endpoint": "/threads_follow_threads",
944
+ "displayName": "Follow",
945
+ "description": "Tăng follow cho tài khoản Threads",
946
+ "parameters": [
947
+ {
948
+ "name": "uid",
949
+ "displayName": "ID hoặc URL",
950
+ "type": "string",
951
+ "required": true,
952
+ "default": "",
953
+ "description": "ID hoặc URL gốc của threads (hệ thống sẽ tự động trích xuất ID từ URL)"
954
+ },
955
+ {
956
+ "name": "count",
957
+ "displayName": "Số lượng",
958
+ "type": "number",
959
+ "required": true,
960
+ "default": 100,
961
+ "description": "Số lượng follow cần tăng"
962
+ },
963
+ {
964
+ "name": "note",
965
+ "displayName": "Ghi chú",
966
+ "type": "string",
967
+ "required": false,
968
+ "default": "",
969
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
970
+ }
971
+ ]
972
+ },
973
+ "like": {
974
+ "endpoint": "/threads_like_threads",
975
+ "displayName": "Like",
976
+ "description": "Tăng like cho bài viết Threads",
977
+ "parameters": [
978
+ {
979
+ "name": "uid",
980
+ "displayName": "ID hoặc URL",
981
+ "type": "string",
982
+ "required": true,
983
+ "default": "",
984
+ "description": "ID hoặc URL gốc của threads (hệ thống sẽ tự động trích xuất ID từ URL)"
985
+ },
986
+ {
987
+ "name": "count",
988
+ "displayName": "Số lượng",
989
+ "type": "number",
990
+ "required": true,
991
+ "default": 100,
992
+ "description": "Số lượng like cần tăng"
993
+ },
994
+ {
995
+ "name": "note",
996
+ "displayName": "Ghi chú",
997
+ "type": "string",
998
+ "required": false,
999
+ "default": "",
1000
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1001
+ }
1002
+ ]
1003
+ }
1004
+ },
1005
+ "tiktok": {
1006
+ "comment_live": {
1007
+ "endpoint": "/tiktok_comment_live_tiktok",
1008
+ "displayName": "Comment Live",
1009
+ "description": "Tăng bình luận cho livestream TikTok",
1010
+ "parameters": [
1011
+ {
1012
+ "name": "uid",
1013
+ "displayName": "ID hoặc URL",
1014
+ "type": "string",
1015
+ "required": true,
1016
+ "default": "",
1017
+ "description": "ID hoặc URL gốc của tiktok (hệ thống sẽ tự động trích xuất ID từ URL)"
1018
+ },
1019
+ {
1020
+ "name": "count",
1021
+ "displayName": "Số lượng",
1022
+ "type": "number",
1023
+ "required": true,
1024
+ "default": 100,
1025
+ "description": "Số lượng comment live cần tăng"
1026
+ },
1027
+ {
1028
+ "name": "comments",
1029
+ "displayName": "Nội dung bình luận",
1030
+ "type": "string",
1031
+ "required": false,
1032
+ "default": "",
1033
+ "description": "Nội dung bình luận (ngẫu nhiên nếu để trống)"
1034
+ },
1035
+ {
1036
+ "name": "note",
1037
+ "displayName": "Ghi chú",
1038
+ "type": "string",
1039
+ "required": false,
1040
+ "default": "",
1041
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1042
+ }
1043
+ ]
1044
+ },
1045
+ "comment": {
1046
+ "endpoint": "/tiktok_comment_tiktok",
1047
+ "displayName": "Comment",
1048
+ "description": "Tăng bình luận cho video TikTok",
1049
+ "parameters": [
1050
+ {
1051
+ "name": "uid",
1052
+ "displayName": "ID hoặc URL",
1053
+ "type": "string",
1054
+ "required": true,
1055
+ "default": "",
1056
+ "description": "ID hoặc URL gốc của tiktok (hệ thống sẽ tự động trích xuất ID từ URL)"
1057
+ },
1058
+ {
1059
+ "name": "count",
1060
+ "displayName": "Số lượng",
1061
+ "type": "number",
1062
+ "required": true,
1063
+ "default": 100,
1064
+ "description": "Số lượng comment cần tăng"
1065
+ },
1066
+ {
1067
+ "name": "comments",
1068
+ "displayName": "Nội dung bình luận",
1069
+ "type": "string",
1070
+ "required": false,
1071
+ "default": "",
1072
+ "description": "Nội dung bình luận (ngẫu nhiên nếu để trống)"
1073
+ },
1074
+ {
1075
+ "name": "note",
1076
+ "displayName": "Ghi chú",
1077
+ "type": "string",
1078
+ "required": false,
1079
+ "default": "",
1080
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1081
+ }
1082
+ ]
1083
+ },
1084
+ "favorite": {
1085
+ "endpoint": "/tiktok_favorite_tiktok",
1086
+ "displayName": "Favorite",
1087
+ "description": "Tăng yêu thích cho video TikTok",
1088
+ "parameters": [
1089
+ {
1090
+ "name": "uid",
1091
+ "displayName": "ID hoặc URL",
1092
+ "type": "string",
1093
+ "required": true,
1094
+ "default": "",
1095
+ "description": "ID hoặc URL gốc của tiktok (hệ thống sẽ tự động trích xuất ID từ URL)"
1096
+ },
1097
+ {
1098
+ "name": "count",
1099
+ "displayName": "Số lượng",
1100
+ "type": "number",
1101
+ "required": true,
1102
+ "default": 100,
1103
+ "description": "Số lượng favorite cần tăng"
1104
+ },
1105
+ {
1106
+ "name": "note",
1107
+ "displayName": "Ghi chú",
1108
+ "type": "string",
1109
+ "required": false,
1110
+ "default": "",
1111
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1112
+ }
1113
+ ]
1114
+ },
1115
+ "follow": {
1116
+ "endpoint": "/tiktok_follow_tiktok",
1117
+ "displayName": "Follow",
1118
+ "description": "Tăng follow cho tài khoản TikTok",
1119
+ "parameters": [
1120
+ {
1121
+ "name": "uid",
1122
+ "displayName": "ID hoặc URL",
1123
+ "type": "string",
1124
+ "required": true,
1125
+ "default": "",
1126
+ "description": "ID hoặc URL gốc của tiktok (hệ thống sẽ tự động trích xuất ID từ URL)"
1127
+ },
1128
+ {
1129
+ "name": "count",
1130
+ "displayName": "Số lượng",
1131
+ "type": "number",
1132
+ "required": true,
1133
+ "default": 100,
1134
+ "description": "Số lượng follow cần tăng"
1135
+ },
1136
+ {
1137
+ "name": "note",
1138
+ "displayName": "Ghi chú",
1139
+ "type": "string",
1140
+ "required": false,
1141
+ "default": "",
1142
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1143
+ }
1144
+ ]
1145
+ },
1146
+ "like_comment": {
1147
+ "endpoint": "/tiktok_like_comment_tiktok",
1148
+ "displayName": "Like Comment",
1149
+ "description": "Tăng like cho bình luận TikTok",
1150
+ "parameters": [
1151
+ {
1152
+ "name": "uid",
1153
+ "displayName": "ID hoặc URL",
1154
+ "type": "string",
1155
+ "required": true,
1156
+ "default": "",
1157
+ "description": "ID hoặc URL gốc của tiktok (hệ thống sẽ tự động trích xuất ID từ URL)"
1158
+ },
1159
+ {
1160
+ "name": "count",
1161
+ "displayName": "Số lượng",
1162
+ "type": "number",
1163
+ "required": true,
1164
+ "default": 100,
1165
+ "description": "Số lượng like comment cần tăng"
1166
+ },
1167
+ {
1168
+ "name": "comments",
1169
+ "displayName": "Nội dung bình luận",
1170
+ "type": "string",
1171
+ "required": false,
1172
+ "default": "",
1173
+ "description": "Nội dung bình luận (ngẫu nhiên nếu để trống)"
1174
+ },
1175
+ {
1176
+ "name": "note",
1177
+ "displayName": "Ghi chú",
1178
+ "type": "string",
1179
+ "required": false,
1180
+ "default": "",
1181
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1182
+ }
1183
+ ]
1184
+ },
1185
+ "like_live": {
1186
+ "endpoint": "/tiktok_like_live_tiktok",
1187
+ "displayName": "Like Live",
1188
+ "description": "Tăng like cho livestream TikTok",
1189
+ "parameters": [
1190
+ {
1191
+ "name": "uid",
1192
+ "displayName": "ID hoặc URL",
1193
+ "type": "string",
1194
+ "required": true,
1195
+ "default": "",
1196
+ "description": "ID hoặc URL gốc của tiktok (hệ thống sẽ tự động trích xuất ID từ URL)"
1197
+ },
1198
+ {
1199
+ "name": "count",
1200
+ "displayName": "Số lượng",
1201
+ "type": "number",
1202
+ "required": true,
1203
+ "default": 100,
1204
+ "description": "Số lượng like live cần tăng"
1205
+ },
1206
+ {
1207
+ "name": "note",
1208
+ "displayName": "Ghi chú",
1209
+ "type": "string",
1210
+ "required": false,
1211
+ "default": "",
1212
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1213
+ }
1214
+ ]
1215
+ },
1216
+ "like": {
1217
+ "endpoint": "/tiktok_like_tiktok",
1218
+ "displayName": "Like",
1219
+ "description": "Tăng like cho video TikTok",
1220
+ "parameters": [
1221
+ {
1222
+ "name": "uid",
1223
+ "displayName": "ID hoặc URL",
1224
+ "type": "string",
1225
+ "required": true,
1226
+ "default": "",
1227
+ "description": "ID hoặc URL gốc của tiktok (hệ thống sẽ tự động trích xuất ID từ URL)"
1228
+ },
1229
+ {
1230
+ "name": "count",
1231
+ "displayName": "Số lượng",
1232
+ "type": "number",
1233
+ "required": true,
1234
+ "default": 100,
1235
+ "description": "Số lượng like cần tăng"
1236
+ },
1237
+ {
1238
+ "name": "note",
1239
+ "displayName": "Ghi chú",
1240
+ "type": "string",
1241
+ "required": false,
1242
+ "default": "",
1243
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1244
+ }
1245
+ ]
1246
+ },
1247
+ "live": {
1248
+ "endpoint": "/tiktok_live_tiktok",
1249
+ "displayName": "Live Stream",
1250
+ "description": "Tăng tương tác cho livestream TikTok",
1251
+ "parameters": [
1252
+ {
1253
+ "name": "uid",
1254
+ "displayName": "ID hoặc URL",
1255
+ "type": "string",
1256
+ "required": true,
1257
+ "default": "",
1258
+ "description": "ID hoặc URL gốc của tiktok (hệ thống sẽ tự động trích xuất ID từ URL)"
1259
+ },
1260
+ {
1261
+ "name": "count",
1262
+ "displayName": "Số lượng",
1263
+ "type": "number",
1264
+ "required": true,
1265
+ "default": 100,
1266
+ "description": "Số lượng live stream cần tăng"
1267
+ },
1268
+ {
1269
+ "name": "note",
1270
+ "displayName": "Ghi chú",
1271
+ "type": "string",
1272
+ "required": false,
1273
+ "default": "",
1274
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1275
+ }
1276
+ ]
1277
+ },
1278
+ "pk": {
1279
+ "endpoint": "/tiktok_pk_tiktok",
1280
+ "displayName": "PK Battle",
1281
+ "description": "Tăng vote cho PK battle TikTok",
1282
+ "parameters": [
1283
+ {
1284
+ "name": "uid",
1285
+ "displayName": "ID hoặc URL",
1286
+ "type": "string",
1287
+ "required": true,
1288
+ "default": "",
1289
+ "description": "ID hoặc URL gốc của tiktok (hệ thống sẽ tự động trích xuất ID từ URL)"
1290
+ },
1291
+ {
1292
+ "name": "count",
1293
+ "displayName": "Số lượng",
1294
+ "type": "number",
1295
+ "required": true,
1296
+ "default": 100,
1297
+ "description": "Số lượng pk battle cần tăng"
1298
+ },
1299
+ {
1300
+ "name": "note",
1301
+ "displayName": "Ghi chú",
1302
+ "type": "string",
1303
+ "required": false,
1304
+ "default": "",
1305
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1306
+ }
1307
+ ]
1308
+ },
1309
+ "share_live": {
1310
+ "endpoint": "/tiktok_share_live_tiktok",
1311
+ "displayName": "Share Live",
1312
+ "description": "Tăng chia sẻ cho livestream TikTok",
1313
+ "parameters": [
1314
+ {
1315
+ "name": "uid",
1316
+ "displayName": "ID hoặc URL",
1317
+ "type": "string",
1318
+ "required": true,
1319
+ "default": "",
1320
+ "description": "ID hoặc URL gốc của tiktok (hệ thống sẽ tự động trích xuất ID từ URL)"
1321
+ },
1322
+ {
1323
+ "name": "count",
1324
+ "displayName": "Số lượng",
1325
+ "type": "number",
1326
+ "required": true,
1327
+ "default": 100,
1328
+ "description": "Số lượng share live cần tăng"
1329
+ },
1330
+ {
1331
+ "name": "note",
1332
+ "displayName": "Ghi chú",
1333
+ "type": "string",
1334
+ "required": false,
1335
+ "default": "",
1336
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1337
+ }
1338
+ ]
1339
+ },
1340
+ "share": {
1341
+ "endpoint": "/tiktok_share_tiktok",
1342
+ "displayName": "Share",
1343
+ "description": "Tăng chia sẻ video TikTok",
1344
+ "parameters": [
1345
+ {
1346
+ "name": "uid",
1347
+ "displayName": "ID hoặc URL",
1348
+ "type": "string",
1349
+ "required": true,
1350
+ "default": "",
1351
+ "description": "ID hoặc URL gốc của tiktok (hệ thống sẽ tự động trích xuất ID từ URL)"
1352
+ },
1353
+ {
1354
+ "name": "count",
1355
+ "displayName": "Số lượng",
1356
+ "type": "number",
1357
+ "required": true,
1358
+ "default": 100,
1359
+ "description": "Số lượng share cần tăng"
1360
+ },
1361
+ {
1362
+ "name": "note",
1363
+ "displayName": "Ghi chú",
1364
+ "type": "string",
1365
+ "required": false,
1366
+ "default": "",
1367
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1368
+ }
1369
+ ]
1370
+ },
1371
+ "view": {
1372
+ "endpoint": "/tiktok_view_tiktok",
1373
+ "displayName": "View",
1374
+ "description": "Tăng view cho video TikTok",
1375
+ "parameters": [
1376
+ {
1377
+ "name": "uid",
1378
+ "displayName": "ID hoặc URL",
1379
+ "type": "string",
1380
+ "required": true,
1381
+ "default": "",
1382
+ "description": "ID hoặc URL gốc của tiktok (hệ thống sẽ tự động trích xuất ID từ URL)"
1383
+ },
1384
+ {
1385
+ "name": "count",
1386
+ "displayName": "Số lượng",
1387
+ "type": "number",
1388
+ "required": true,
1389
+ "default": 100,
1390
+ "description": "Số lượng view cần tăng"
1391
+ },
1392
+ {
1393
+ "name": "note",
1394
+ "displayName": "Ghi chú",
1395
+ "type": "string",
1396
+ "required": false,
1397
+ "default": "",
1398
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1399
+ }
1400
+ ]
1401
+ },
1402
+ "vip_favorite": {
1403
+ "endpoint": "/tiktok_vip_love_tiktok",
1404
+ "displayName": "VIP Favorite",
1405
+ "description": "Tăng yêu thích chất lượng cao cho TikTok",
1406
+ "parameters": [
1407
+ {
1408
+ "name": "uid",
1409
+ "displayName": "ID hoặc URL",
1410
+ "type": "string",
1411
+ "required": true,
1412
+ "default": "",
1413
+ "description": "ID hoặc URL gốc của tiktok (hệ thống sẽ tự động trích xuất ID từ URL)"
1414
+ },
1415
+ {
1416
+ "name": "count",
1417
+ "displayName": "Số lượng",
1418
+ "type": "number",
1419
+ "required": true,
1420
+ "default": 100,
1421
+ "description": "Số lượng vip favorite cần tăng"
1422
+ },
1423
+ {
1424
+ "name": "note",
1425
+ "displayName": "Ghi chú",
1426
+ "type": "string",
1427
+ "required": false,
1428
+ "default": "",
1429
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1430
+ }
1431
+ ]
1432
+ },
1433
+ "vip_view": {
1434
+ "endpoint": "/tiktok_vip_view_tiktok",
1435
+ "displayName": "VIP View",
1436
+ "description": "Tăng view chất lượng cao cho TikTok",
1437
+ "parameters": [
1438
+ {
1439
+ "name": "uid",
1440
+ "displayName": "ID hoặc URL",
1441
+ "type": "string",
1442
+ "required": true,
1443
+ "default": "",
1444
+ "description": "ID hoặc URL gốc của tiktok (hệ thống sẽ tự động trích xuất ID từ URL)"
1445
+ },
1446
+ {
1447
+ "name": "count",
1448
+ "displayName": "Số lượng",
1449
+ "type": "number",
1450
+ "required": true,
1451
+ "default": 100,
1452
+ "description": "Số lượng vip view cần tăng"
1453
+ },
1454
+ {
1455
+ "name": "note",
1456
+ "displayName": "Ghi chú",
1457
+ "type": "string",
1458
+ "required": false,
1459
+ "default": "",
1460
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1461
+ }
1462
+ ]
1463
+ }
1464
+ },
1465
+ "twitter": {
1466
+ "comment": {
1467
+ "endpoint": "/twitter_comment_twitter",
1468
+ "displayName": "Comment",
1469
+ "description": "Tăng bình luận cho tweet Twitter",
1470
+ "parameters": [
1471
+ {
1472
+ "name": "uid",
1473
+ "displayName": "ID hoặc URL",
1474
+ "type": "string",
1475
+ "required": true,
1476
+ "default": "",
1477
+ "description": "ID hoặc URL gốc của twitter (hệ thống sẽ tự động trích xuất ID từ URL)"
1478
+ },
1479
+ {
1480
+ "name": "count",
1481
+ "displayName": "Số lượng",
1482
+ "type": "number",
1483
+ "required": true,
1484
+ "default": 100,
1485
+ "description": "Số lượng comment cần tăng"
1486
+ },
1487
+ {
1488
+ "name": "comments",
1489
+ "displayName": "Nội dung bình luận",
1490
+ "type": "string",
1491
+ "required": false,
1492
+ "default": "",
1493
+ "description": "Nội dung bình luận (ngẫu nhiên nếu để trống)"
1494
+ },
1495
+ {
1496
+ "name": "note",
1497
+ "displayName": "Ghi chú",
1498
+ "type": "string",
1499
+ "required": false,
1500
+ "default": "",
1501
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1502
+ }
1503
+ ]
1504
+ },
1505
+ "follow": {
1506
+ "endpoint": "/twitter_follow_twitter",
1507
+ "displayName": "Follow",
1508
+ "description": "Tăng follow cho tài khoản Twitter",
1509
+ "parameters": [
1510
+ {
1511
+ "name": "uid",
1512
+ "displayName": "ID hoặc URL",
1513
+ "type": "string",
1514
+ "required": true,
1515
+ "default": "",
1516
+ "description": "ID hoặc URL gốc của twitter (hệ thống sẽ tự động trích xuất ID từ URL)"
1517
+ },
1518
+ {
1519
+ "name": "count",
1520
+ "displayName": "Số lượng",
1521
+ "type": "number",
1522
+ "required": true,
1523
+ "default": 100,
1524
+ "description": "Số lượng follow cần tăng"
1525
+ },
1526
+ {
1527
+ "name": "note",
1528
+ "displayName": "Ghi chú",
1529
+ "type": "string",
1530
+ "required": false,
1531
+ "default": "",
1532
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1533
+ }
1534
+ ]
1535
+ },
1536
+ "like": {
1537
+ "endpoint": "/twitter_like_twitter",
1538
+ "displayName": "Like",
1539
+ "description": "Tăng like cho tweet Twitter",
1540
+ "parameters": [
1541
+ {
1542
+ "name": "uid",
1543
+ "displayName": "ID hoặc URL",
1544
+ "type": "string",
1545
+ "required": true,
1546
+ "default": "",
1547
+ "description": "ID hoặc URL gốc của twitter (hệ thống sẽ tự động trích xuất ID từ URL)"
1548
+ },
1549
+ {
1550
+ "name": "count",
1551
+ "displayName": "Số lượng",
1552
+ "type": "number",
1553
+ "required": true,
1554
+ "default": 100,
1555
+ "description": "Số lượng like cần tăng"
1556
+ },
1557
+ {
1558
+ "name": "note",
1559
+ "displayName": "Ghi chú",
1560
+ "type": "string",
1561
+ "required": false,
1562
+ "default": "",
1563
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1564
+ }
1565
+ ]
1566
+ },
1567
+ "live": {
1568
+ "endpoint": "/twitter_live_twitter",
1569
+ "displayName": "Live Stream",
1570
+ "description": "Tăng tương tác cho livestream Twitter",
1571
+ "parameters": [
1572
+ {
1573
+ "name": "uid",
1574
+ "displayName": "ID hoặc URL",
1575
+ "type": "string",
1576
+ "required": true,
1577
+ "default": "",
1578
+ "description": "ID hoặc URL gốc của twitter (hệ thống sẽ tự động trích xuất ID từ URL)"
1579
+ },
1580
+ {
1581
+ "name": "count",
1582
+ "displayName": "Số lượng",
1583
+ "type": "number",
1584
+ "required": true,
1585
+ "default": 100,
1586
+ "description": "Số lượng live stream cần tăng"
1587
+ },
1588
+ {
1589
+ "name": "note",
1590
+ "displayName": "Ghi chú",
1591
+ "type": "string",
1592
+ "required": false,
1593
+ "default": "",
1594
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1595
+ }
1596
+ ]
1597
+ },
1598
+ "retweet": {
1599
+ "endpoint": "/twitter_retweet_twitter",
1600
+ "displayName": "Retweet",
1601
+ "description": "Tăng retweet cho tweet Twitter",
1602
+ "parameters": [
1603
+ {
1604
+ "name": "uid",
1605
+ "displayName": "ID hoặc URL",
1606
+ "type": "string",
1607
+ "required": true,
1608
+ "default": "",
1609
+ "description": "ID hoặc URL gốc của twitter (hệ thống sẽ tự động trích xuất ID từ URL)"
1610
+ },
1611
+ {
1612
+ "name": "count",
1613
+ "displayName": "Số lượng",
1614
+ "type": "number",
1615
+ "required": true,
1616
+ "default": 100,
1617
+ "description": "Số lượng retweet cần tăng"
1618
+ },
1619
+ {
1620
+ "name": "note",
1621
+ "displayName": "Ghi chú",
1622
+ "type": "string",
1623
+ "required": false,
1624
+ "default": "",
1625
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1626
+ }
1627
+ ]
1628
+ },
1629
+ "view": {
1630
+ "endpoint": "/twitter_view_twitter",
1631
+ "displayName": "View",
1632
+ "description": "Tăng view cho tweet Twitter",
1633
+ "parameters": [
1634
+ {
1635
+ "name": "uid",
1636
+ "displayName": "ID hoặc URL",
1637
+ "type": "string",
1638
+ "required": true,
1639
+ "default": "",
1640
+ "description": "ID hoặc URL gốc của twitter (hệ thống sẽ tự động trích xuất ID từ URL)"
1641
+ },
1642
+ {
1643
+ "name": "count",
1644
+ "displayName": "Số lượng",
1645
+ "type": "number",
1646
+ "required": true,
1647
+ "default": 100,
1648
+ "description": "Số lượng view cần tăng"
1649
+ },
1650
+ {
1651
+ "name": "note",
1652
+ "displayName": "Ghi chú",
1653
+ "type": "string",
1654
+ "required": false,
1655
+ "default": "",
1656
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1657
+ }
1658
+ ]
1659
+ },
1660
+ "vip_like": {
1661
+ "endpoint": "/twitter_vip_like_twitter",
1662
+ "displayName": "VIP Like",
1663
+ "description": "Tăng like chất lượng cao cho Twitter",
1664
+ "parameters": [
1665
+ {
1666
+ "name": "uid",
1667
+ "displayName": "ID hoặc URL",
1668
+ "type": "string",
1669
+ "required": true,
1670
+ "default": "",
1671
+ "description": "ID hoặc URL gốc của twitter (hệ thống sẽ tự động trích xuất ID từ URL)"
1672
+ },
1673
+ {
1674
+ "name": "count",
1675
+ "displayName": "Số lượng",
1676
+ "type": "number",
1677
+ "required": true,
1678
+ "default": 100,
1679
+ "description": "Số lượng vip like cần tăng"
1680
+ },
1681
+ {
1682
+ "name": "note",
1683
+ "displayName": "Ghi chú",
1684
+ "type": "string",
1685
+ "required": false,
1686
+ "default": "",
1687
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1688
+ }
1689
+ ]
1690
+ },
1691
+ "vip_view": {
1692
+ "endpoint": "/twitter_vip_view_twitter",
1693
+ "displayName": "VIP View",
1694
+ "description": "Tăng view chất lượng cao cho Twitter",
1695
+ "parameters": [
1696
+ {
1697
+ "name": "uid",
1698
+ "displayName": "ID hoặc URL",
1699
+ "type": "string",
1700
+ "required": true,
1701
+ "default": "",
1702
+ "description": "ID hoặc URL gốc của twitter (hệ thống sẽ tự động trích xuất ID từ URL)"
1703
+ },
1704
+ {
1705
+ "name": "count",
1706
+ "displayName": "Số lượng",
1707
+ "type": "number",
1708
+ "required": true,
1709
+ "default": 100,
1710
+ "description": "Số lượng vip view cần tăng"
1711
+ },
1712
+ {
1713
+ "name": "note",
1714
+ "displayName": "Ghi chú",
1715
+ "type": "string",
1716
+ "required": false,
1717
+ "default": "",
1718
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1719
+ }
1720
+ ]
1721
+ }
1722
+ },
1723
+ "youtube": {
1724
+ "comment": {
1725
+ "endpoint": "/youtube_comment_youtube",
1726
+ "displayName": "Comment",
1727
+ "description": "Tăng bình luận cho video YouTube",
1728
+ "parameters": [
1729
+ {
1730
+ "name": "uid",
1731
+ "displayName": "ID hoặc URL",
1732
+ "type": "string",
1733
+ "required": true,
1734
+ "default": "",
1735
+ "description": "ID hoặc URL gốc của youtube (hệ thống sẽ tự động trích xuất ID từ URL)"
1736
+ },
1737
+ {
1738
+ "name": "count",
1739
+ "displayName": "Số lượng",
1740
+ "type": "number",
1741
+ "required": true,
1742
+ "default": 100,
1743
+ "description": "Số lượng comment cần tăng"
1744
+ },
1745
+ {
1746
+ "name": "comments",
1747
+ "displayName": "Nội dung bình luận",
1748
+ "type": "string",
1749
+ "required": false,
1750
+ "default": "",
1751
+ "description": "Nội dung bình luận (ngẫu nhiên nếu để trống)"
1752
+ },
1753
+ {
1754
+ "name": "note",
1755
+ "displayName": "Ghi chú",
1756
+ "type": "string",
1757
+ "required": false,
1758
+ "default": "",
1759
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1760
+ }
1761
+ ]
1762
+ },
1763
+ "like_comment": {
1764
+ "endpoint": "/youtube_like_comment_youtube",
1765
+ "displayName": "Like Comment",
1766
+ "description": "Tăng like cho bình luận YouTube",
1767
+ "parameters": [
1768
+ {
1769
+ "name": "uid",
1770
+ "displayName": "ID hoặc URL",
1771
+ "type": "string",
1772
+ "required": true,
1773
+ "default": "",
1774
+ "description": "ID hoặc URL gốc của youtube (hệ thống sẽ tự động trích xuất ID từ URL)"
1775
+ },
1776
+ {
1777
+ "name": "count",
1778
+ "displayName": "Số lượng",
1779
+ "type": "number",
1780
+ "required": true,
1781
+ "default": 100,
1782
+ "description": "Số lượng like comment cần tăng"
1783
+ },
1784
+ {
1785
+ "name": "comments",
1786
+ "displayName": "Nội dung bình luận",
1787
+ "type": "string",
1788
+ "required": false,
1789
+ "default": "",
1790
+ "description": "Nội dung bình luận (ngẫu nhiên nếu để trống)"
1791
+ },
1792
+ {
1793
+ "name": "note",
1794
+ "displayName": "Ghi chú",
1795
+ "type": "string",
1796
+ "required": false,
1797
+ "default": "",
1798
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1799
+ }
1800
+ ]
1801
+ },
1802
+ "like": {
1803
+ "endpoint": "/youtube_like_youtube",
1804
+ "displayName": "Like",
1805
+ "description": "Tăng like cho video YouTube",
1806
+ "parameters": [
1807
+ {
1808
+ "name": "uid",
1809
+ "displayName": "ID hoặc URL",
1810
+ "type": "string",
1811
+ "required": true,
1812
+ "default": "",
1813
+ "description": "ID hoặc URL gốc của youtube (hệ thống sẽ tự động trích xuất ID từ URL)"
1814
+ },
1815
+ {
1816
+ "name": "count",
1817
+ "displayName": "Số lượng",
1818
+ "type": "number",
1819
+ "required": true,
1820
+ "default": 100,
1821
+ "description": "Số lượng like cần tăng"
1822
+ },
1823
+ {
1824
+ "name": "note",
1825
+ "displayName": "Ghi chú",
1826
+ "type": "string",
1827
+ "required": false,
1828
+ "default": "",
1829
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1830
+ }
1831
+ ]
1832
+ },
1833
+ "live": {
1834
+ "endpoint": "/youtube_live_youtube",
1835
+ "displayName": "Live Stream",
1836
+ "description": "Tăng tương tác cho livestream YouTube",
1837
+ "parameters": [
1838
+ {
1839
+ "name": "uid",
1840
+ "displayName": "ID hoặc URL",
1841
+ "type": "string",
1842
+ "required": true,
1843
+ "default": "",
1844
+ "description": "ID hoặc URL gốc của youtube (hệ thống sẽ tự động trích xuất ID từ URL)"
1845
+ },
1846
+ {
1847
+ "name": "count",
1848
+ "displayName": "Số lượng",
1849
+ "type": "number",
1850
+ "required": true,
1851
+ "default": 100,
1852
+ "description": "Số lượng live stream cần tăng"
1853
+ },
1854
+ {
1855
+ "name": "note",
1856
+ "displayName": "Ghi chú",
1857
+ "type": "string",
1858
+ "required": false,
1859
+ "default": "",
1860
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1861
+ }
1862
+ ]
1863
+ },
1864
+ "follow": {
1865
+ "endpoint": "/youtube_sub_youtube",
1866
+ "displayName": "Subscribe",
1867
+ "description": "Tăng đăng ký kênh YouTube",
1868
+ "parameters": [
1869
+ {
1870
+ "name": "uid",
1871
+ "displayName": "ID hoặc URL",
1872
+ "type": "string",
1873
+ "required": true,
1874
+ "default": "",
1875
+ "description": "ID hoặc URL gốc của youtube (hệ thống sẽ tự động trích xuất ID từ URL)"
1876
+ },
1877
+ {
1878
+ "name": "count",
1879
+ "displayName": "Số lượng",
1880
+ "type": "number",
1881
+ "required": true,
1882
+ "default": 100,
1883
+ "description": "Số lượng subscribe cần tăng"
1884
+ },
1885
+ {
1886
+ "name": "note",
1887
+ "displayName": "Ghi chú",
1888
+ "type": "string",
1889
+ "required": false,
1890
+ "default": "",
1891
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1892
+ }
1893
+ ]
1894
+ },
1895
+ "view": {
1896
+ "endpoint": "/youtube_view_youtube",
1897
+ "displayName": "View",
1898
+ "description": "Tăng view cho video YouTube",
1899
+ "parameters": [
1900
+ {
1901
+ "name": "uid",
1902
+ "displayName": "ID hoặc URL",
1903
+ "type": "string",
1904
+ "required": true,
1905
+ "default": "",
1906
+ "description": "ID hoặc URL gốc của youtube (hệ thống sẽ tự động trích xuất ID từ URL)"
1907
+ },
1908
+ {
1909
+ "name": "count",
1910
+ "displayName": "Số lượng",
1911
+ "type": "number",
1912
+ "required": true,
1913
+ "default": 100,
1914
+ "description": "Số lượng view cần tăng"
1915
+ },
1916
+ {
1917
+ "name": "note",
1918
+ "displayName": "Ghi chú",
1919
+ "type": "string",
1920
+ "required": false,
1921
+ "default": "",
1922
+ "description": "Ghi chú cho đơn hàng (tùy chọn)"
1923
+ }
1924
+ ]
1925
+ }
1926
+ }
1927
+ }