Extension Manager
Extension Organizer is created disable all extensions by default, enable all extensions on all sites, or enable them on some sites.
What is Extension Manager?
Extension Manager is a Chrome extension developed by amymurphey97, and its main feature is "Extension Organizer is created disable all extensions by default, enable all extensions on all sites, or enable them on some sites.".
Extension Screenshots
Download Extension Manager Extension CRX File
Download Extension 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
Ext Organizer is a one-of-a-kind tool designed to help users manage active extensions. Ext Organizer allows for the specification of certain extensions to be used on specific web pages and allows users to turn off or on all extensions for all pages. Ext Organizer makes it easier for working professionals and students to manage extension use.
Extension Basic Information
Name | |
ID | aikoefhdlgldhhnmojgbdcnoaangneaj |
Official URL | https://chrome.google.com/webstore/detail/extension-manager/aikoefhdlgldhhnmojgbdcnoaangneaj |
Description | Extension Organizer is created disable all extensions by default, enable all extensions on all sites, or enable them on some sites. |
File Size | 50.7 KB |
Installation Count | 10,101 |
Current Version | 1.0.7 |
Last Updated | 2022-12-02 |
Publish Date | 2022-12-02 |
Rating | 3.67/5 Total 3 Ratings |
Developer | amymurphey97 |
[email protected] | |
Payment Type | free |
Extension Website | https://extorganizer.com |
Privacy Policy Page URL | https://extorganizer.com?a=privacy |
Supported Languages | en-US |
manifest.json | |
{ "background": { "service_worker": "js\/background.js" }, "action": { "default_icon": "static\/icon-disabled.png", "default_popup": "html\/popup.html", "default_title": "Ext Organizer" }, "commands": { "_execute_action": [] }, "description": "Extension Organizer is created disable all extensions by default, enable all extensions on all sites, or enable them on some sites.", "homepage_url": "https:\/\/extorganizer.com\/", "icons": { "128": "static\/icon-disabled.png", "48": "static\/icon-48.png" }, "manifest_version": 3, "name": "Extension Manager", "permissions": [ "management", "storage", "tabs", "webNavigation" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.7" } |