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
官方網址 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
電子郵箱 [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"
}