TikTok ToolKit
Gain more TikTok followers. Request to follow 100s of users automatically with a click of a button. Request to follow users…
Wat is TikTok ToolKit?
TikTok ToolKit is een Chrome-extensie ontwikkeld door dboy-studio, en de belangrijkste functie is "Gain more TikTok followers. Request to follow 100s of users automatically with a click of a button. Request to follow users…".
Extensie Screenshots
Download het CRX-bestand van de extensie TikTok ToolKit
Download TikTok ToolKit-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Gain more TikTok followers. Request to follow 100s of users automatically with a click of a button. Request to follow users interested in a particular niche. Sort live videos or users videos by the most views to see what's trending. Auto-like comments on videos. Grow your selected audience for your business or entertainment.
Basisinformatie over de Extensie
Naam | TikTok ToolKit |
ID | lpeocpopopmbhchjndkbhgjgppnlikho |
Officiële URL | https://chromewebstore.google.com/detail/tiktok-toolkit/lpeocpopopmbhchjndkbhgjgppnlikho |
Beschrijving | Gain more TikTok followers. Request to follow 100s of users automatically with a click of a button. Request to follow users… |
Bestandsgrootte | 28.23 KB |
Aantal Installaties | 131 |
Huidige Versie | 0.0.0.2 |
Laatst Bijgewerkt | 2023-03-08 |
Publicatiedatum | 2023-02-23 |
Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | dboy-studio |
[email protected] | |
Betalingswijze | in_app |
URL van de Privacybeleid Pagina | https://fastidious-ganache-8b9325.netlify.app |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TikTok ToolKit", "version": "0.0.0.2", "content_scripts": [ { "matches": [ "https:\/\/www.tiktok.com\/*", "*:\/\/dblehecfpnkbcgcglkekfbiibfigpooo\/userlist.html*", "https:\/\/extensionpay.com\/*" ], "css": [], "js": [ "content.js", "userlist.js", "ExtPay.js" ], "run_at": "document_start" } ], "background": { "service_worker": "background.js" }, "icons": { "16": "tkl16.png", "48": "tkl48.png", "128": "tkl128.png" }, "action": { "default_icon": "tkl128.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "scripting", "storage" ], "host_permissions": [ "https:\/\/www.tiktok.com\/*", "*:\/\/dblehecfpnkbcgcglkekfbiibfigpooo\/userlist.html*", "https:\/\/extensionpay.com\/*" ], "externally_connectable": { "matches": [ "*:\/\/dblehecfpnkbcgcglkekfbiibfigpooo\/userlist.html*" ] } } |