Disable All Extensions

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

¿Qué es Disable All Extensions?

Disable All Extensions es una extensión de Chrome desarrollada por kitey13579, y su función principal es "Disable/Enable your chrome extensions with the click of a button.".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Disable All Extensions

Descarga archivos de extensión Disable All Extensions en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre Disable All Extensions Disable All Extensions
ID ailfldpmpboolaihojfagmmfbhcgohne
URL Oficial https://chromewebstore.google.com/detail/disable-all-extensions/ailfldpmpboolaihojfagmmfbhcgohne
Descripción Disable/Enable your chrome extensions with the click of a button.
Tamaño del Archivo 32.53 KB
Cantidad de Instalaciones 2,421
Versión Actual 1.5.1
Última Actualización 2024-01-31
Fecha de Publicación 2023-02-06
Calificación 4.90/5 Total de 10 Calificaciones
Desarrollador kitey13579
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://github.com/ItzBlinkzy/disable-all-extensions
URL de la Página de Ayuda https://github.com/ItzBlinkzy/disable-all-extensions
Idiomas Soportados 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"
}