Live TikTok Counter
Free Live TikTok Follower Counter Tracker & Comparison, the best way to see any TikTok Live Follower Count updated in Realtime!
Cos'è Live TikTok Counter?
Live TikTok Counter è un'estensione di Chrome sviluppata da ProductivityImprover, e la sua funzione principale è "Free Live TikTok Follower Counter Tracker & Comparison, the best way to see any TikTok Live Follower Count updated in Realtime!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Live TikTok Counter
Scarica i file di estensione Live TikTok Counter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Live TikTok Counter |
ID | llinhbadpaohjfglfeljldokcchbibad |
URL Ufficiale | https://chromewebstore.google.com/detail/live-tiktok-counter/llinhbadpaohjfglfeljldokcchbibad |
Descrizione | Free Live TikTok Follower Counter Tracker & Comparison, the best way to see any TikTok Live Follower Count updated in Realtime! |
Dimensione del File | 4.03 MB |
Conteggio Installazioni | 653 |
Versione Corrente | 2.1.0 |
Ultimo Aggiornamento | 2022-02-24 |
Data di Pubblicazione | 2020-10-31 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | ProductivityImprover |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.tiktokdataplatform.com |
URL della Pagina di Aiuto | https://www.tiktokdataplatform.com |
URL della Pagina della Politica sulla Privacy | https://sites.google.com/view/piprivacypolicy/home |
Lingue Supportate | 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'" } } |