Statistok

Connect TikTok with Statistok

Cos'è Statistok?

Statistok è un'estensione di Chrome sviluppata da https://statistok.com, e la sua funzione principale è "Connect TikTok with Statistok".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Statistok

Scarica i file di estensione Statistok 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

                        Are you interested in analyzing your TikTok data? This extension will pull information from your TikTok account in order to display it on Statistok.com.

You can easily determine how factors like duration influence your success, see alternate tag suggestions, and examine how views from the FYP compared to things your followers are watching.

This Add-on is not affiliated with TikTok in any way.                    

Informazioni di Base sull'Estensione

Nome Statistok Statistok
ID pdfkjfemmoiepfpdngbiepolhghbjhdj
URL Ufficiale https://chromewebstore.google.com/detail/statistok/pdfkjfemmoiepfpdngbiepolhghbjhdj
Descrizione Connect TikTok with Statistok
Dimensione del File 1.2 MB
Conteggio Installazioni 148
Versione Corrente 8.12
Ultimo Aggiornamento 2022-01-05
Data di Pubblicazione 2021-03-02
Valutazione 5.00/5 Totale 8 Valutazioni
Sviluppatore https://statistok.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://statistok.com
URL della Pagina di Aiuto https://statistok.com
URL della Pagina della Politica sulla Privacy https://app.statistok.com/static/privacy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Statistok",
    "description": "Connect TikTok with Statistok",
    "version": "8.12",
    "permissions": [
        "cookies",
        "*:\/\/*.statistok.com\/",
        "*:\/\/*.tiktok.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Connect to Statistok"
    },
    "icons": {
        "128": "images\/favicon.png"
    },
    "manifest_version": 2
}