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
电子邮箱 [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
}