Disable All Extensions
Disable/Enable your chrome extensions with the click of a button.
Hvad er Disable All Extensions?
Disable All Extensions er en Chrome-udvidelse udviklet af kitey13579, og dens hovedfunktion er "Disable/Enable your chrome extensions with the click of a button.".
Udvidelsesskærmbilleder
Download Disable All Extensions-udvidelses-CRX-fil
Download Disable All Extensions-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Disable All Extensions |
ID | ailfldpmpboolaihojfagmmfbhcgohne |
Officiel URL | https://chromewebstore.google.com/detail/disable-all-extensions/ailfldpmpboolaihojfagmmfbhcgohne |
Beskrivelse | Disable/Enable your chrome extensions with the click of a button. |
Filstørrelse | 32.53 KB |
Antal Installationer | 2,421 |
Nuværende Version | 1.5.1 |
Senest Opdateret | 2024-01-31 |
Udgivelsesdato | 2023-02-06 |
Bedømmelse | 4.90/5 Samlet 10 Bedømmelser |
Udvikler | kitey13579 |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/ItzBlinkzy/disable-all-extensions |
Hjælpeside-URL | https://github.com/ItzBlinkzy/disable-all-extensions |
Understøttede Sprog | 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" } |