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"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

CommenTok - Tiktok Comment Bot 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        ▬▬▬▬▬▬ 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]                    

확장 프로그램 기본 정보

이름 CommenTok - Tiktok Comment Bot CommenTok - Tiktok Comment Bot
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
이메일 [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\/*"
    ]
}