Statistok

Connect TikTok with Statistok

Hvad er Statistok?

Statistok er en Chrome-udvidelse udviklet af https://statistok.com, og dens hovedfunktion er "Connect TikTok with Statistok".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Statistok-udvidelses-CRX-fil

Download Statistok-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Statistok Statistok
ID pdfkjfemmoiepfpdngbiepolhghbjhdj
Officiel URL https://chromewebstore.google.com/detail/statistok/pdfkjfemmoiepfpdngbiepolhghbjhdj
Beskrivelse Connect TikTok with Statistok
Filstørrelse 1.2 MB
Antal Installationer 148
Nuværende Version 8.12
Senest Opdateret 2022-01-05
Udgivelsesdato 2021-03-02
Bedømmelse 5.00/5 Samlet 8 Bedømmelser
Udvikler https://statistok.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://statistok.com
Hjælpeside-URL https://statistok.com
URL til Fortrolighedspolitik Side https://app.statistok.com/static/privacy
Understøttede Sprog 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
}