Disable All Extensions
Disable/Enable your chrome extensions with the click of a button.
Was ist Disable All Extensions?
Disable All Extensions ist eine Chrome-Erweiterung, die von kitey13579 entwickelt wurde, und ihr Hauptmerkmal ist "Disable/Enable your chrome extensions with the click of a button.".
Erweiterungsscreenshots
Disable All Extensions-Erweiterungs-CRX-Datei herunterladen
Laden Sie Disable All Extensions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Disable All Extensions |
ID | ailfldpmpboolaihojfagmmfbhcgohne |
Offizielle URL | https://chromewebstore.google.com/detail/disable-all-extensions/ailfldpmpboolaihojfagmmfbhcgohne |
Beschreibung | Disable/Enable your chrome extensions with the click of a button. |
Dateigröße | 32.53 KB |
Installationsanzahl | 2,421 |
Aktuelle Version | 1.5.1 |
Letztes Update | 2024-01-31 |
Veröffentlichungsdatum | 2023-02-06 |
Bewertung | 4.90/5 Insgesamt 10 Bewertungen |
Entwickler | kitey13579 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/ItzBlinkzy/disable-all-extensions |
Hilfeseite URL | https://github.com/ItzBlinkzy/disable-all-extensions |
Unterstützte Sprachen | 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" } |