Disable Extensions and Apps
Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
什麼是Disable Extensions and Apps?
Disable Extensions and Apps是由badgersfanatic2002開發的Chrome擴展程式,該擴展的主要功能是“Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.”。
擴展截圖
下載Disable Extensions and Apps擴展crx文件
下載Disable Extensions and Apps擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Quick and easy tool to disable extensions. It works great for school and work purposes along with general use for the average user.
擴展基本資訊
名稱 | |
ID | jochnddiejkclkgpofolihiiaehdmbhc |
官方網址 | https://chrome.google.com/webstore/detail/disable-extensions-and-ap/jochnddiejkclkgpofolihiiaehdmbhc |
簡介 | Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected. |
檔案大小 | 60.42 KB |
安裝次數 | 15,319 |
目前版本 | 1.0.7 |
更新時間 | 2022-10-03 |
上架時間 | 2022-10-03 |
評分 | 3.00/5 共 4 次評分 |
開發者 | badgersfanatic2002 |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://dontleavethemon.com |
說明頁面URL | https://dontleavethemon.com/?a=privacy |
隱私政策頁面URL | https://dontleavethemon.com?a=privacy |
支援的語言 | 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" } |