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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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 फ़ाइल डाउनलोड करें

crx प्रारूप में TikTok ToolKit एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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*"
        ]
    }
}