Disable All Extensions
Disable/Enable your chrome extensions with the click of a button.
Qu'est-ce que Disable All Extensions ?
Disable All Extensions est une extension Chrome développée par kitey13579, et sa fonction principale est "Disable/Enable your chrome extensions with the click of a button.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Disable All Extensions
Téléchargez les fichiers d'extension Disable All 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 turn off currently turned on extensions by clicking a single button. Whitelist To prevent a certain extension from being affected when disabling, open the whitelist. You can right click anywhere on the chrome browser or the extension icon and go to the whitelist page to select an extension you want excluded. Isolation Mode Having trouble finding an extension causing problems for you? Introducing Isolation Mode, which allows you to test your chrome extensions. It will enable half your extensions, wait for your feedback and continuing enabling less extensions until the problematic extension is found.
Informations de Base sur l'Extension
Nom | Disable All Extensions |
ID | ailfldpmpboolaihojfagmmfbhcgohne |
URL Officiel | https://chromewebstore.google.com/detail/disable-all-extensions/ailfldpmpboolaihojfagmmfbhcgohne |
Description | Disable/Enable your chrome extensions with the click of a button. |
Taille du Fichier | 32.53 KB |
Nombre d'Installations | 2,421 |
Version Actuelle | 1.5.1 |
Dernière Mise à Jour | 2024-01-31 |
Date de Publication | 2023-02-06 |
Évaluation | 4.90/5 Total 10 Évaluations |
Développeur | kitey13579 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/ItzBlinkzy/disable-all-extensions |
URL de la Page d'Aide | https://github.com/ItzBlinkzy/disable-all-extensions |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Disable All Extensions", "manifest_version": 3, "version": "1.5.1", "description": "Disable\/Enable your chrome extensions with the click of a button.", "permissions": [ "contextMenus", "management", "storage" ], "background": { "service_worker": ".\/src\/background.js", "type": "module" }, "icons": { "16": ".\/public\/images\/appOn_16.png", "48": ".\/public\/images\/appOn_48.png", "128": ".\/public\/images\/appOn_128.png" }, "action": { "default_icon": ".\/public\/images\/appOff_16.png", "default-popup": ".\/public\/index.html" }, "author": "Blinkzy" } |