Extension Manager
Manage Active Extension
What is Extension Manager?
Extension Manager is a Chrome extension developed by https://www.xtensionizer.com, and its main feature is "Manage Active Extension".
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
Are you experiencing slowness in browsing it might be additional web-extension, malware or phishing extension in your system. Get control of your browser with uninstalling or disabling unknown, required extension on single finger click. Improve your browsing speed and performance. Protect from unknown threat, attacks. It’s lightweight, quick and easy to understand. Be organized and take control from unknown attacks.
Extension Basic Information
Name | Extension Manager |
ID | mjhhlngkmmgadpeikefpnbckopalgbgi |
Official URL | https://chromewebstore.google.com/detail/extension-manager/mjhhlngkmmgadpeikefpnbckopalgbgi |
Description | Manage Active Extension |
File Size | 198 KB |
Installation Count | 38 |
Current Version | 1.0 |
Last Updated | 2023-03-22 |
Publish Date | 2019-08-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://www.xtensionizer.com |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://xtensionizer.in/privacy.html |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Extension Manager", "short_name": "Extension Manager", "version": "1.0", "description": "Manage Active Extension", "icons": { "16": "images\/Icon-16.png", "48": "images\/Icon-48.png", "128": "images\/Icon-128.png" }, "permissions": [ "management", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "19": "images\/Icon-19.png", "38": "images\/Icon-38.png" }, "default_title": "Extension Manager", "default_popup": "html\/extensionManager.html" } } |