Disable All Extensions

Disable/Enable your chrome extensions with the click of a button.

Cos'è Disable All Extensions?

Disable All Extensions è un'estensione di Chrome sviluppata da kitey13579, e la sua funzione principale è "Disable/Enable your chrome extensions with the click of a button.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Disable All Extensions

Scarica i file di estensione Disable All Extensions in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Disable All Extensions Disable All Extensions
ID ailfldpmpboolaihojfagmmfbhcgohne
URL Ufficiale https://chromewebstore.google.com/detail/disable-all-extensions/ailfldpmpboolaihojfagmmfbhcgohne
Descrizione Disable/Enable your chrome extensions with the click of a button.
Dimensione del File 32.53 KB
Conteggio Installazioni 2,421
Versione Corrente 1.5.1
Ultimo Aggiornamento 2024-01-31
Data di Pubblicazione 2023-02-06
Valutazione 4.90/5 Totale 10 Valutazioni
Sviluppatore kitey13579
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ItzBlinkzy/disable-all-extensions
URL della Pagina di Aiuto https://github.com/ItzBlinkzy/disable-all-extensions
Lingue Supportate 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"
}