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
O que é CommenTok - Tiktok Comment Bot?
CommenTok - Tiktok Comment Bot é uma extensão do Chrome desenvolvida por http://nicext.com, e sua principal característica é "It's a simple automation tool that helps to comment automatically on videos from Tiktok to increase exposure and gain more followers".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão CommenTok - Tiktok Comment Bot
Baixe arquivos de extensão CommenTok - Tiktok Comment Bot 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
▬▬▬▬▬▬ 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]
Informações Básicas da Extensão
Nome | |
ID | niobibdnhooohcmgkollpepdhfhebdec |
URL Oficial | https://chrome.google.com/webstore/detail/commentok-tiktok-comment/niobibdnhooohcmgkollpepdhfhebdec |
Descrição | It's a simple automation tool that helps to comment automatically on videos from Tiktok to increase exposure and gain more followers |
Tamanho do Arquivo | 588 KB |
Contagem de Instalações | 1,000 |
Versão Atual | 1.1.1 |
Última Atualização | 2022-09-04 |
Data de Publicação | 2021-07-15 |
Classificação | 3.20/5 Total de 5 Avaliações |
Desenvolvedor | http://nicext.com |
[email protected] | |
Tipo de Pagamento | in_app |
Site da Extensão | https://nicext.com/commentok/ |
URL da Página de Política de Privacidade | http://nicext.com/comment-exporter-for-ig/privacy-policy.html |
Idiomas Suportados | 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\/*" ] } |