Statistok

Connect TikTok with Statistok

What is Statistok?

Statistok is a Chrome extension developed by https://statistok.com, and its main feature is "Connect TikTok with Statistok".

Extension Screenshots

screenshot
screenshot
screenshot

Download Statistok Extension CRX File

Download Statistok extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Statistok Statistok
ID pdfkjfemmoiepfpdngbiepolhghbjhdj
Official URL https://chromewebstore.google.com/detail/statistok/pdfkjfemmoiepfpdngbiepolhghbjhdj
Description Connect TikTok with Statistok
File Size 1.2 MB
Installation Count 148
Current Version 8.12
Last Updated 2022-01-05
Publish Date 2021-03-02
Rating 5.00/5 Total 8 Ratings
Developer https://statistok.com
Email [email protected]
Payment Type free
Extension Website https://statistok.com
Help Page URL https://statistok.com
Privacy Policy Page URL https://app.statistok.com/static/privacy
Supported Languages 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
}