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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This app hide the number of watching now and viewers on Twitch."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Hide Twitch Viewer count एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
}