Disable Extensions and Apps
Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
Wat is Disable Extensions and Apps?
Disable Extensions and Apps is een Chrome-extensie ontwikkeld door BrowserNative, en de belangrijkste functie is "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.".
Extensie Screenshots
Download het CRX-bestand van de extensie Disable Extensions and Apps
Download Disable Extensions and Apps-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Use keyboard command Ctrl + Shift + E. Visit homepage for more: https://browsernative.com/disable-chrome-extensions-apps/
Basisinformatie over de Extensie
Naam | Disable Extensions and Apps |
ID | abmoaeegegigmhgfmdmlhkoghibgkpkj |
Officiële URL | https://chromewebstore.google.com/detail/disable-extensions-and-ap/abmoaeegegigmhgfmdmlhkoghibgkpkj |
Beschrijving | Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected. |
Bestandsgrootte | 60.19 KB |
Aantal Installaties | 2,006 |
Huidige Versie | 0.0.7 |
Laatst Bijgewerkt | 2017-09-20 |
Publicatiedatum | 2017-09-20 |
Beoordeling | 4.88/5 Totaal 24 Beoordelingen |
Ontwikkelaar | BrowserNative |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://browsernative.com/disable-chrome-extensions-apps/ |
Help Pagina-URL | https://browsernative.com/disable-chrome-extensions-apps/ |
URL van de Privacybeleid Pagina | https://browsernative.com/extensions-privacy-policy |
Ondersteunde Talen | 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" } } } } |