Chrome Extensions Disabler
Quickly enable/disable extensions
什麼是Chrome Extensions Disabler?
Chrome Extensions Disabler是由markknol開發的Chrome擴展程式,該擴展的主要功能是“Quickly enable/disable extensions”。
擴展截圖
下載Chrome Extensions Disabler擴展crx文件
下載Chrome Extensions Disabler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Introducing a time-saving solution for managing your Chrome extensions - the Chrome Extensions Disabler Plugin! Tired of sifting through a long list of extensions to find the one you want to disable? Look no further! This Chrome plugin is designed to fasten this functionality, allowing you to quickly and effortlessly disable any extension with minimal amount of clicks. With the Chrome Extensions Disabler Plugin, you can regain control over your browsing experience. Whether you want to temporarily disable an extension to improve performance or troubleshoot compatibility issues, our plugin simplifies the task, saving you valuable time and effort. Key Features: * Effortless Disabling: Disable any extension in seconds, without the need to navigate through multiple menus or the settings in Google Chrome. * Simple Interface: The user-friendly interface makes it easy for anyone to use, regardless of technical expertise. Just a list, no settings or other features. How to Use: * Install the Chrome Extensions Disabler Plugin from the Chrome Web Store. * Open your Chrome browser and click on the plugin icon located in the toolbar. * A list of your installed extensions will appear. Simply click on the extension you wish to enable or disable. * The selected extension will be instantly toggled on/off, without removing itself.
擴展基本資訊
名稱 | Chrome Extensions Disabler |
ID | nfbbnffcchbacjhecbbmkeiialbaflpd |
官方網址 | https://chromewebstore.google.com/detail/chrome-extensions-disable/nfbbnffcchbacjhecbbmkeiialbaflpd |
簡介 | Quickly enable/disable extensions |
檔案大小 | 13.59 KB |
安裝次數 | 56 |
目前版本 | 1.0.0 |
更新時間 | 2023-11-01 |
上架時間 | 2023-10-13 |
評分 | 5.00/5 共 1 次評分 |
開發者 | markknol |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/markknol/chrome-extension-disabler |
說明頁面URL | https://github.com/markknol/chrome-extension-disabler/issues |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Chrome Extensions Disabler", "description": "Quickly enable\/disable extensions", "version": "1.0.0", "icons": { "128": "icons\/icon.png" }, "permissions": [ "management" ], "action": { "default_popup": "popup.html" } } |