Disable Twitch extensions
Be able to disable / hide / block all or only certain Twitch extensions on Twitch channels
Qu'est-ce que Disable Twitch extensions ?
Disable Twitch extensions est une extension Chrome développée par https://twitch-tools.rootonline.de, et sa fonction principale est "Be able to disable / hide / block all or only certain Twitch extensions on Twitch channels".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Disable Twitch extensions
Téléchargez les fichiers d'extension Disable Twitch extensions au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Disable Twitch extensions |
ID | nmogopjdbhhnbkiklkdahphkdpbjfine |
URL Officiel | https://chromewebstore.google.com/detail/disable-twitch-extensions/nmogopjdbhhnbkiklkdahphkdpbjfine |
Description | Be able to disable / hide / block all or only certain Twitch extensions on Twitch channels |
Taille du Fichier | 95.86 KB |
Nombre d'Installations | 3,748 |
Version Actuelle | 0.6.0 |
Dernière Mise à Jour | 2023-06-30 |
Date de Publication | 2021-08-03 |
Évaluation | 4.33/5 Total 12 Évaluations |
Développeur | https://twitch-tools.rootonline.de |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } |