Disable Extensions and Apps
Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
Was ist Disable Extensions and Apps?
Disable Extensions and Apps ist eine Chrome-Erweiterung, die von badgersfanatic2002 entwickelt wurde, und ihr Hauptmerkmal ist "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.".
Erweiterungsscreenshots
Disable Extensions and Apps-Erweiterungs-CRX-Datei herunterladen
Laden Sie Disable Extensions and Apps-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
Quick and easy tool to disable extensions. It works great for school and work purposes along with general use for the average user.
Grundlegende Informationen zur Erweiterung
Name | |
ID | jochnddiejkclkgpofolihiiaehdmbhc |
Offizielle URL | https://chrome.google.com/webstore/detail/disable-extensions-and-ap/jochnddiejkclkgpofolihiiaehdmbhc |
Beschreibung | Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected. |
Dateigröße | 60.42 KB |
Installationsanzahl | 15,319 |
Aktuelle Version | 1.0.7 |
Letztes Update | 2022-10-03 |
Veröffentlichungsdatum | 2022-10-03 |
Bewertung | 3.00/5 Insgesamt 4 Bewertungen |
Entwickler | badgersfanatic2002 |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://dontleavethemon.com |
Hilfeseite URL | https://dontleavethemon.com/?a=privacy |
URL der Datenschutzrichtlinien-Seite | https://dontleavethemon.com?a=privacy |
Unterstützte Sprachen | 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" } |