One Click Extensions Manager
View, enable, disable, remove your extensions with ease.
What is One Click Extensions Manager?
One Click Extensions Manager is a Chrome extension developed by https://momane.com, and its main feature is "View, enable, disable, remove your extensions with ease.".
Extension Screenshots
Download One Click Extensions Manager Extension CRX File
Download One Click Extensions Manager extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- Click the icon to show installed extensions - Click extension name to enable/disable this extension - Right click the extension name to uninstall the extension(with confirm) - Disable all extensions with one clicking - Enable all extensions with one clicking - Open the extension's options page by clicking gear icon after it's name - Type in the search area to search the extension quickly - Press Ctrz+z(Windows) cmd+z(OSX) Super+z(Ubuntu) to UNDO options - No Ads - Simple, fast, no background scripts, never read or collect your personal data
Extension Basic Information
Name | One Click Extensions Manager |
ID | pbgjpgbpljobkekbhnnmlikbbfhbhmem |
Official URL | https://chromewebstore.google.com/detail/one-click-extensions-mana/pbgjpgbpljobkekbhnnmlikbbfhbhmem |
Description | View, enable, disable, remove your extensions with ease. |
File Size | 53.05 KB |
Installation Count | 34,371 |
Current Version | 23.7.26 |
Last Updated | 2023-07-26 |
Publish Date | 2020-06-24 |
Rating | 4.48/5 Total 145 Ratings |
Developer | https://momane.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/hankxdev/one-click-extensions-manager |
Help Page URL | https://github.com/hankxdev/one-click-extensions-manager |
Privacy Policy Page URL | https://github.com/hankxdev/one-click-extensions-manager/blob/master/privacy-policy.md |
Supported Languages | de,en,fr,tr,es,it,ru,iw,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "23.7.26", "manifest_version": 3, "homepage_url": "https:\/\/github.com\/hankxdev\/one-click-extensions-manager", "default_locale": "en", "permissions": [ "management", "storage" ], "minimum_chrome_version": "110", "icons": { "16": "logo.png", "128": "logo.png" }, "action": { "default_icon": "logo.png", "default_popup": "index.html?type=popup" }, "options_ui": { "page": "options\/options.html" }, "background": { "service_worker": "background.js", "type": "module" }, "commands": { "_execute_action": [] } } |