TikTok ToolKit

Gain more TikTok followers. Request to follow 100s of users automatically with a click of a button. Request to follow users…

Cos'è TikTok ToolKit?

TikTok ToolKit è un'estensione di Chrome sviluppata da dboy-studio, e la sua funzione principale è "Gain more TikTok followers. Request to follow 100s of users automatically with a click of a button. Request to follow users…".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione TikTok ToolKit

Scarica i file di estensione TikTok ToolKit in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome TikTok ToolKit TikTok ToolKit
ID lpeocpopopmbhchjndkbhgjgppnlikho
URL Ufficiale https://chromewebstore.google.com/detail/tiktok-toolkit/lpeocpopopmbhchjndkbhgjgppnlikho
Descrizione Gain more TikTok followers. Request to follow 100s of users automatically with a click of a button. Request to follow users…
Dimensione del File 28.23 KB
Conteggio Installazioni 131
Versione Corrente 0.0.0.2
Ultimo Aggiornamento 2023-03-08
Data di Pubblicazione 2023-02-23
Valutazione 2.33/5 Totale 3 Valutazioni
Sviluppatore dboy-studio
Email [email protected]
Tipo di Pagamento in_app
URL della Pagina della Politica sulla Privacy https://fastidious-ganache-8b9325.netlify.app
Lingue Supportate 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*"
        ]
    }
}