TikTok ToolKit
Gain more TikTok followers. Request to follow 100s of users automatically with a click of a button. Request to follow users…
什么是TikTok ToolKit?
TikTok ToolKit是由dboy-studio开发的Chrome扩展程序,该扩展的主要功能是“Gain more TikTok followers. Request to follow 100s of users automatically with a click of a button. Request to follow users…”。
扩展截图
下载TikTok ToolKit扩展crx文件
下载TikTok ToolKit扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | TikTok ToolKit |
ID | lpeocpopopmbhchjndkbhgjgppnlikho |
官方URL | https://chromewebstore.google.com/detail/tiktok-toolkit/lpeocpopopmbhchjndkbhgjgppnlikho |
简介 | Gain more TikTok followers. Request to follow 100s of users automatically with a click of a button. Request to follow users… |
文件大小 | 28.23 KB |
安装次数 | 131 |
当前版本 | 0.0.0.2 |
更新时间 | 2023-03-08 |
上架时间 | 2023-02-23 |
评分 | 2.33/5 共3次评分 |
开发者 | dboy-studio |
电子邮箱 | [email protected] |
付费类型 | in_app |
隐私政策页面URL | https://fastidious-ganache-8b9325.netlify.app |
支持的语言 | 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*" ] } } |