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 là gì?

TikTok ToolKit là một tiện ích mở rộng Chrome được phát triển bởi dboy-studio, và tính năng chính của nó là "Gain more TikTok followers. Request to follow 100s of users automatically with a click of a button. Request to follow users…".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng TikTok ToolKit

Tải xuống các tệp mở rộng TikTok ToolKit dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TikTok ToolKit TikTok ToolKit
ID lpeocpopopmbhchjndkbhgjgppnlikho
URL Chính Thức https://chromewebstore.google.com/detail/tiktok-toolkit/lpeocpopopmbhchjndkbhgjgppnlikho
Mô tả Gain more TikTok followers. Request to follow 100s of users automatically with a click of a button. Request to follow users…
Kích Thước Tệp 28.23 KB
Số Lần Cài Đặt 131
Phiên Bản Hiện Tại 0.0.0.2
Cập Nhật Lần Cuối 2023-03-08
Ngày Phát Hành 2023-02-23
Đánh Giá 2.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển dboy-studio
Email [email protected]
Loại Thanh Toán in_app
URL Trang Chính Sách Bảo Mật https://fastidious-ganache-8b9325.netlify.app
Ngôn Ngữ Được Hỗ Trợ 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*"
        ]
    }
}