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!”。
擴展截圖
下載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 |
ID | llinhbadpaohjfglfeljldokcchbibad |
官方網址 | 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'" } } |