Disable Extensions and Apps
Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
Qu'est-ce que Disable Extensions and Apps ?
Disable Extensions and Apps est une extension Chrome développée par badgersfanatic2002, et sa fonction principale est "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Disable Extensions and Apps
Téléchargez les fichiers d'extension Disable Extensions and Apps au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Quick and easy tool to disable extensions. It works great for school and work purposes along with general use for the average user.
Informations de Base sur l'Extension
Nom | |
ID | jochnddiejkclkgpofolihiiaehdmbhc |
URL Officiel | https://chrome.google.com/webstore/detail/disable-extensions-and-ap/jochnddiejkclkgpofolihiiaehdmbhc |
Description | Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected. |
Taille du Fichier | 60.42 KB |
Nombre d'Installations | 15,319 |
Version Actuelle | 1.0.7 |
Dernière Mise à Jour | 2022-10-03 |
Date de Publication | 2022-10-03 |
Évaluation | 3.00/5 Total 4 Évaluations |
Développeur | badgersfanatic2002 |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://dontleavethemon.com |
URL de la Page d'Aide | https://dontleavethemon.com/?a=privacy |
URL de la Page de Politique de Confidentialité | https://dontleavethemon.com?a=privacy |
Langues Prises en Charge | 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" } |