Disable Extensions and Apps
Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
Hvad er Disable Extensions and Apps?
Disable Extensions and Apps er en Chrome-udvidelse udviklet af BrowserNative, og dens hovedfunktion er "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.".
Udvidelsesskærmbilleder
Download Disable Extensions and Apps-udvidelses-CRX-fil
Download Disable Extensions and Apps-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Use keyboard command Ctrl + Shift + E. Visit homepage for more: https://browsernative.com/disable-chrome-extensions-apps/
Grundlæggende oplysninger om udvidelsen
Navn | Disable Extensions and Apps |
ID | abmoaeegegigmhgfmdmlhkoghibgkpkj |
Officiel URL | https://chromewebstore.google.com/detail/disable-extensions-and-ap/abmoaeegegigmhgfmdmlhkoghibgkpkj |
Beskrivelse | Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected. |
Filstørrelse | 60.19 KB |
Antal Installationer | 2,006 |
Nuværende Version | 0.0.7 |
Senest Opdateret | 2017-09-20 |
Udgivelsesdato | 2017-09-20 |
Bedømmelse | 4.88/5 Samlet 24 Bedømmelser |
Udvikler | BrowserNative |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://browsernative.com/disable-chrome-extensions-apps/ |
Hjælpeside-URL | https://browsernative.com/disable-chrome-extensions-apps/ |
URL til Fortrolighedspolitik Side | https://browsernative.com/extensions-privacy-policy |
Understøttede Sprog | 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" } } } } |