Disable Twitch extensions
Be able to disable / hide / block all or only certain Twitch extensions on Twitch channels
Disable Twitch extensions क्या है?
Disable Twitch extensions https://twitch-tools.rootonline.de द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Be able to disable / hide / block all or only certain Twitch extensions on Twitch channels"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Disable Twitch extensions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to either disable / hide / block all Twitch channel extensions or just selected ones. There is also an option to only allow selected extensions to display.
एक्सटेंशन की मूल जानकारी
नाम | Disable Twitch extensions |
ID | nmogopjdbhhnbkiklkdahphkdpbjfine |
आधिकारिक URL | https://chromewebstore.google.com/detail/disable-twitch-extensions/nmogopjdbhhnbkiklkdahphkdpbjfine |
विवरण | Be able to disable / hide / block all or only certain Twitch extensions on Twitch channels |
फ़ाइल का आकार | 95.86 KB |
स्थापना संख्या | 3,748 |
वर्तमान संस्करण | 0.6.0 |
अंतिम अपडेट | 2023-06-30 |
प्रकाशन तिथि | 2021-08-03 |
रेटिंग | 4.33/5 कुल 12 रेटिंग्स |
डेवलपर | https://twitch-tools.rootonline.de |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable Twitch extensions", "version": "0.6.0", "manifest_version": 3, "description": "Be able to disable \/ hide \/ block all or only certain Twitch extensions on Twitch channels", "homepage_url": "https:\/\/twitch-tools.rootonline.de\/", "icons": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "permissions": [ "declarativeNetRequestWithHostAccess", "storage" ], "host_permissions": [ "https:\/\/*.ext-twitch.tv\/*", "https:\/\/player.twitch.tv\/*", "https:\/\/www.twitch.tv\/*" ], "background": { "service_worker": "src\/background.js" }, "content_security_policy": { "extension_pages": "default-src 'self'; connect-src 'self' https:\/\/twitch-tools.rootonline.de" }, "options_ui": { "page": "src\/options.html" }, "action": { "browser_style": false, "default_popup": "src\/options.html", "default_icon": { "16": "icons\/icon16.png", "32": "icons\/icon32.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } } } |