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 |
Eメール | [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*" ] } } |