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
公式URL 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
Eメール [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
}