Live TikTok Counter

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

O que é Live TikTok Counter?

Live TikTok Counter é uma extensão do Chrome desenvolvida por ProductivityImprover, e sua principal característica é "Free Live TikTok Follower Counter Tracker & Comparison, the best way to see any TikTok Live Follower Count updated in Realtime!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Live TikTok Counter

Baixe arquivos de extensão Live TikTok Counter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Live TikTok Counter Live TikTok Counter
ID llinhbadpaohjfglfeljldokcchbibad
URL Oficial https://chromewebstore.google.com/detail/live-tiktok-counter/llinhbadpaohjfglfeljldokcchbibad
Descrição Free Live TikTok Follower Counter Tracker & Comparison, the best way to see any TikTok Live Follower Count updated in Realtime!
Tamanho do Arquivo 4.03 MB
Contagem de Instalações 653
Versão Atual 2.1.0
Última Atualização 2022-02-24
Data de Publicação 2020-10-31
Classificação 1.00/5 Total de 1 Avaliações
Desenvolvedor ProductivityImprover
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.tiktokdataplatform.com
URL da Página de Ajuda https://www.tiktokdataplatform.com
URL da Página de Política de Privacidade https://sites.google.com/view/piprivacypolicy/home
Idiomas Suportados 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'"
    }
}