Disable Extensions and Apps

Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.

Cos'è Disable Extensions and Apps?

Disable Extensions and Apps è un'estensione di Chrome sviluppata da badgersfanatic2002, e la sua funzione principale è "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Disable Extensions and Apps

Scarica i file di estensione Disable Extensions and Apps 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

                        Quick and easy tool to disable extensions. It works great for school and work purposes along with general use for the average user.                    

Informazioni di Base sull'Estensione

Nome Disable Extensions and Apps Disable Extensions and Apps
ID jochnddiejkclkgpofolihiiaehdmbhc
URL Ufficiale https://chrome.google.com/webstore/detail/disable-extensions-and-ap/jochnddiejkclkgpofolihiiaehdmbhc
Descrizione Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
Dimensione del File 60.42 KB
Conteggio Installazioni 15,319
Versione Corrente 1.0.7
Ultimo Aggiornamento 2022-10-03
Data di Pubblicazione 2022-10-03
Valutazione 3.00/5 Totale 4 Valutazioni
Sviluppatore badgersfanatic2002
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://dontleavethemon.com
URL della Pagina di Aiuto https://dontleavethemon.com/?a=privacy
URL della Pagina della Politica sulla Privacy https://dontleavethemon.com?a=privacy
Lingue Supportate en
manifest.json
{
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "static\/icon-enabled.png",
        "default_title": "Disable Extensions and Apps"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    },
    "description": "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.",
    "homepage_url": "https:\/\/dontleavethemon.com\/disable-chrome-extensions-apps\/",
    "icons": {
        "128": "static\/icon-disabled.png",
        "48": "static\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "Disable Extensions and Apps",
    "options_page": "options.html",
    "permissions": [
        "management",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.7"
}