Hide Twitch Viewer count

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

Hide Twitch Viewer count là gì?

Hide Twitch Viewer count là một tiện ích mở rộng Chrome được phát triển bởi 白井うどん - Siroi udon, và tính năng chính của nó là "This app hide the number of watching now and viewers on Twitch.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hide Twitch Viewer count

Tải xuống các tệp mở rộng Hide Twitch Viewer count dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hide Twitch Viewer count Hide Twitch Viewer count
ID mflpplkkbeohfhkdbjfciehbkgmmdapg
URL Chính Thức https://chromewebstore.google.com/detail/hide-twitch-viewer-count/mflpplkkbeohfhkdbjfciehbkgmmdapg
Mô tả This app hide the number of watching now and viewers on Twitch.
Kích Thước Tệp 102 KB
Số Lần Cài Đặt 322
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2022-10-23
Ngày Phát Hành 2021-06-28
Đánh Giá 4.86/5 Tổng số 7 Đánh Giá
Nhà Phát Triển 白井うどん - Siroi udon
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}