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

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

TikTok ToolKit 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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 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*"
        ]
    }
}