Hide Twitch Viewer count

This app hide the number of watching now and viewers on Twitch.

O que é Hide Twitch Viewer count?

Hide Twitch Viewer count é uma extensão do Chrome desenvolvida por 白井うどん - Siroi udon, e sua principal característica é "This app hide the number of watching now and viewers on Twitch.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Hide Twitch Viewer count

Baixe arquivos de extensão Hide Twitch Viewer count 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

                        What is this?
It hides the number of Viewer Count on Twitch.

Please use this, If you want to hide the number of viewers and Watching Now on youtube.
Hide Youtube Viewers and Ratings - Chrome Store Page
https://chrome.google.com/webstore/detail/hide-youtube-viewers-and/ibdkcdjfoahbpcoajafabdokfdgcjijd

This chrome extension for myself, so it’s maybe a shoddy app.

Donate💸:https://www.paypal.com/paypalme/shiroiudon


----
update:
1.0.3 :This add-on changed for manifest V3. 
   Changed to hide the Viewer Count on Browse tabs as well.
1.0.2 : Add setting On/Off. Configure by clicking on the icon.                    

Informações Básicas da Extensão

Nome Hide Twitch Viewer count Hide Twitch Viewer count
ID mflpplkkbeohfhkdbjfciehbkgmmdapg
URL Oficial https://chromewebstore.google.com/detail/hide-twitch-viewer-count/mflpplkkbeohfhkdbjfciehbkgmmdapg
Descrição This app hide the number of watching now and viewers on Twitch.
Tamanho do Arquivo 102 KB
Contagem de Instalações 322
Versão Atual 1.0.4
Última Atualização 2022-10-23
Data de Publicação 2021-06-28
Classificação 4.86/5 Total de 7 Avaliações
Desenvolvedor 白井うどん - Siroi udon
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en,hi,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.4",
    "author": "Udon Shiroi",
    "default_locale": "en",
    "permissions": [
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.twitch.tv\/*"
    ],
    "icons": {
        "48": "images\/get_started48.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": "images\/get_started48.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_page": "option\/option.html"
}