Hide Twitch Viewer count

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

Hide Twitch Viewer countとは何ですか?

Hide Twitch Viewer countは白井うどん - Siroi udonによって開発されたChromeの拡張機能で、その主な機能は「This app hide the number of watching now and viewers on Twitch.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Hide Twitch Viewer count拡張機能のCRXファイルをダウンロード

Hide Twitch Viewer count拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Hide Twitch Viewer count Hide Twitch Viewer count
ID mflpplkkbeohfhkdbjfciehbkgmmdapg
公式URL https://chromewebstore.google.com/detail/hide-twitch-viewer-count/mflpplkkbeohfhkdbjfciehbkgmmdapg
説明 This app hide the number of watching now and viewers on Twitch.
ファイルサイズ 102 KB
インストール数 322
現在のバージョン 1.0.4
最終更新日 2022-10-23
公開日 2021-06-28
評価 4.86/5 合計 7 レビュー
開発者 白井うどん - Siroi udon
Eメール [email protected]
支払い方法 free
対応言語 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"
}