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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dboy-studio และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย TikTok ToolKit

ดาวน์โหลดไฟล์ส่วนขยาย TikTok ToolKit ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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