CommenTok - Tiktok Comment Bot
It's a simple automation tool that helps to comment automatically on videos from Tiktok to increase exposure and gain more followers
CommenTok - Tiktok Comment Botとは何ですか?
CommenTok - Tiktok Comment Botはhttp://nicext.comによって開発されたChromeの拡張機能で、その主な機能は「It's a simple automation tool that helps to comment automatically on videos from Tiktok to increase exposure and gain more followers」です。
拡張機能のスクリーンショット
CommenTok - Tiktok Comment Bot拡張機能のCRXファイルをダウンロード
CommenTok - Tiktok Comment Bot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
▬▬▬▬▬▬ FEATURES ▬▬▬▬▬▬ Comment & like videos of Tiktok feeds. Comment & like videos from Tiktok #hashtags. Comments on custom links of video. Spin syntax & random comments. ▬▬▬▬▬▬ Get started ▬▬▬▬▬▬ 1. Sign in Tiktok web. 2. Click the extension icon. 3. Create a comment task and add some subtasks to this task. 4. Configure comment type, number of comments and interval time for subtasks. 5. Run the task. You can open the extension at any time to check the progress. ▬▬▬▬▬▬ Notice ▬▬▬▬▬▬ - The extension do not require your Tiktok password. - Mass or frequent comments might get restricted by Tiktok, use it at your own risk. ▬▬▬▬▬▬ Support ▬▬▬▬▬▬ [email protected]
拡張機能の基本情報
名前 | |
ID | niobibdnhooohcmgkollpepdhfhebdec |
公式URL | https://chrome.google.com/webstore/detail/commentok-tiktok-comment/niobibdnhooohcmgkollpepdhfhebdec |
説明 | It's a simple automation tool that helps to comment automatically on videos from Tiktok to increase exposure and gain more followers |
ファイルサイズ | 588 KB |
インストール数 | 1,000 |
現在のバージョン | 1.1.1 |
最終更新日 | 2022-09-04 |
公開日 | 2021-07-15 |
評価 | 3.20/5 合計 5 レビュー |
開発者 | http://nicext.com |
Eメール | [email protected] |
支払い方法 | in_app |
拡張機能のウェブサイト | https://nicext.com/commentok/ |
プライバシーポリシーページのURL | http://nicext.com/comment-exporter-for-ig/privacy-policy.html |
対応言語 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CommenTok - Tiktok Comment Bot", "description": "It's a simple automation tool that helps to comment automatically on videos from Tiktok to increase exposure and gain more followers", "version": "1.1.1", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "browser_action": { "default_title": "CommenTok - Tiktok Comment Bot", "default_popup": "popup\/popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.tiktok.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "background": { "scripts": [ "background\/background.js" ] }, "web_accessible_resources": [ "inject.js" ], "permissions": [ "storage", "https:\/\/nicext.com\/", "https:\/\/*.tiktok.com\/api\/*" ] } |