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
Eメール [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'"
    }
}