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 badgersfanatic2002, 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
Quick and easy tool to disable extensions. It works great for school and work purposes along with general use for the average user.
Basisinformatie over de Extensie
Naam | |
ID | jochnddiejkclkgpofolihiiaehdmbhc |
Officiële URL | https://chrome.google.com/webstore/detail/disable-extensions-and-ap/jochnddiejkclkgpofolihiiaehdmbhc |
Beschrijving | Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected. |
Bestandsgrootte | 60.42 KB |
Aantal Installaties | 15,319 |
Huidige Versie | 1.0.7 |
Laatst Bijgewerkt | 2022-10-03 |
Publicatiedatum | 2022-10-03 |
Beoordeling | 3.00/5 Totaal 4 Beoordelingen |
Ontwikkelaar | badgersfanatic2002 |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://dontleavethemon.com |
Help Pagina-URL | https://dontleavethemon.com/?a=privacy |
URL van de Privacybeleid Pagina | https://dontleavethemon.com?a=privacy |
Ondersteunde Talen | 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" } |