TikTok ToolKit
Gain more TikTok followers. Request to follow 100s of users automatically with a click of a button. Request to follow users…
O que é TikTok ToolKit?
TikTok ToolKit é uma extensão do Chrome desenvolvida por dboy-studio, e sua principal característica é "Gain more TikTok followers. Request to follow 100s of users automatically with a click of a button. Request to follow users…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão TikTok ToolKit
Baixe arquivos de extensão TikTok ToolKit no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | TikTok ToolKit |
ID | lpeocpopopmbhchjndkbhgjgppnlikho |
URL Oficial | https://chromewebstore.google.com/detail/tiktok-toolkit/lpeocpopopmbhchjndkbhgjgppnlikho |
Descrição | Gain more TikTok followers. Request to follow 100s of users automatically with a click of a button. Request to follow users… |
Tamanho do Arquivo | 28.23 KB |
Contagem de Instalações | 131 |
Versão Atual | 0.0.0.2 |
Última Atualização | 2023-03-08 |
Data de Publicação | 2023-02-23 |
Classificação | 2.33/5 Total de 3 Avaliações |
Desenvolvedor | dboy-studio |
[email protected] | |
Tipo de Pagamento | in_app |
URL da Página de Política de Privacidade | https://fastidious-ganache-8b9325.netlify.app |
Idiomas Suportados | 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*" ] } } |