Statistok

Connect TikTok with Statistok

什麼是Statistok?

Statistok是由https://statistok.com開發的Chrome擴展程式,該擴展的主要功能是“Connect TikTok with Statistok”。

擴展截圖

screenshot
screenshot
screenshot

下載Statistok擴展crx文件

下載Statistok擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Statistok Statistok
ID pdfkjfemmoiepfpdngbiepolhghbjhdj
官方網址 https://chromewebstore.google.com/detail/statistok/pdfkjfemmoiepfpdngbiepolhghbjhdj
簡介 Connect TikTok with Statistok
檔案大小 1.2 MB
安裝次數 148
目前版本 8.12
更新時間 2022-01-05
上架時間 2021-03-02
評分 5.00/5 共 8 次評分
開發者 https://statistok.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://statistok.com
說明頁面URL https://statistok.com
隱私政策頁面URL https://app.statistok.com/static/privacy
支援的語言 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
}