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 |
公式URL | 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 |
Eメール | [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" } |