Live TikTok Counter
Free Live TikTok Follower Counter Tracker & Comparison, the best way to see any TikTok Live Follower Count updated in Realtime!
Wat is Live TikTok Counter?
Live TikTok Counter is een Chrome-extensie ontwikkeld door ProductivityImprover, en de belangrijkste functie is "Free Live TikTok Follower Counter Tracker & Comparison, the best way to see any TikTok Live Follower Count updated in Realtime!".
Extensie Screenshots
Download het CRX-bestand van de extensie Live TikTok Counter
Download Live TikTok Counter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Live TikTok Counter |
ID | llinhbadpaohjfglfeljldokcchbibad |
Officiële URL | https://chromewebstore.google.com/detail/live-tiktok-counter/llinhbadpaohjfglfeljldokcchbibad |
Beschrijving | Free Live TikTok Follower Counter Tracker & Comparison, the best way to see any TikTok Live Follower Count updated in Realtime! |
Bestandsgrootte | 4.03 MB |
Aantal Installaties | 653 |
Huidige Versie | 2.1.0 |
Laatst Bijgewerkt | 2022-02-24 |
Publicatiedatum | 2020-10-31 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | ProductivityImprover |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.tiktokdataplatform.com |
Help Pagina-URL | https://www.tiktokdataplatform.com |
URL van de Privacybeleid Pagina | https://sites.google.com/view/piprivacypolicy/home |
Ondersteunde Talen | 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'" } } |