Live TikTok Counter

Free Live TikTok Follower Counter Tracker & Comparison, the best way to see any TikTok Live Follower Count updated in Realtime!

什么是Live TikTok Counter?

Live TikTok Counter是由ProductivityImprover开发的Chrome扩展程序,该扩展的主要功能是“Free Live TikTok Follower Counter Tracker & Comparison, the best way to see any TikTok Live Follower Count updated in Realtime!”。

扩展截图

screenshot
screenshot
screenshot

下载Live TikTok Counter扩展crx文件

下载Live TikTok Counter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Do you have more than one TikTok Account? Or Do you want to track multiple TikTok Accounts you are interested in? This Extension is just for you.

Get the latest TikTok User Data Report in one Table and You can download the Data in CSV/EXCEL format to share to others.

Note: If your country can't access TikTok, the extension also can't work, Maybe you need a proxy first.                    

扩展基本信息

名称 Live TikTok Counter Live TikTok Counter
ID llinhbadpaohjfglfeljldokcchbibad
官方URL https://chromewebstore.google.com/detail/live-tiktok-counter/llinhbadpaohjfglfeljldokcchbibad
简介 Free Live TikTok Follower Counter Tracker & Comparison, the best way to see any TikTok Live Follower Count updated in Realtime!
文件大小 4.03 MB
安装次数 653
当前版本 2.1.0
更新时间 2022-02-24
上架时间 2020-10-31
评分 1.00/5 共1次评分
开发者 ProductivityImprover
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.tiktokdataplatform.com
帮助页面URL https://www.tiktokdataplatform.com
隐私政策页面URL https://sites.google.com/view/piprivacypolicy/home
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Live TikTok Counter",
    "version": "2.1.0",
    "description": "Free Live TikTok Follower Counter Tracker & Comparison, the best way to see any TikTok Live Follower Count updated in Realtime!",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "action": {
        "default_icon": "icons\/icon48.png",
        "default_title": "Live TikTok Followers Count Tracker & Comparison",
        "default_popup": "popup.html"
    },
    "content_scripts": [],
    "background": {
        "service_worker": "bg.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "help.html",
                "auth\/pr\/*"
            ],
            "matches": [
                "*:\/\/*.productivityimprover.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.productivityimprover.com\/*",
        "*:\/\/*.tiktok.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}