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 BrowserNative, e la sua funzione principale è "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.".
Screenshot dell'Estensione
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
Use keyboard command Ctrl + Shift + E. Visit homepage for more: https://browsernative.com/disable-chrome-extensions-apps/
Informazioni di Base sull'Estensione
Nome | Disable Extensions and Apps |
ID | abmoaeegegigmhgfmdmlhkoghibgkpkj |
URL Ufficiale | https://chromewebstore.google.com/detail/disable-extensions-and-ap/abmoaeegegigmhgfmdmlhkoghibgkpkj |
Descrizione | Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected. |
Dimensione del File | 60.19 KB |
Conteggio Installazioni | 2,006 |
Versione Corrente | 0.0.7 |
Ultimo Aggiornamento | 2017-09-20 |
Data di Pubblicazione | 2017-09-20 |
Valutazione | 4.88/5 Totale 24 Valutazioni |
Sviluppatore | BrowserNative |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://browsernative.com/disable-chrome-extensions-apps/ |
URL della Pagina di Aiuto | https://browsernative.com/disable-chrome-extensions-apps/ |
URL della Pagina della Politica sulla Privacy | https://browsernative.com/extensions-privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "static\/icon-enabled.png", "default_title": "Disable Extensions and Apps" }, "description": "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.", "homepage_url": "https:\/\/browsernative.com\/disable-chrome-extensions-apps\/", "icons": { "128": "static\/icon-disabled.png", "48": "static\/icon-48.png" }, "manifest_version": 2, "name": "Disable Extensions and Apps", "version": "0.0.7", "permissions": [ "management" ], "options_page": "options.html", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+E" } } } } |