Easy Extensions Manager

Simplify extension management. Enable, disable, and uninstall with ease.

What is Easy Extensions Manager?

Easy Extensions Manager is a Chrome extension developed by https://webplover.com, and its main feature is "Simplify extension management. Enable, disable, and uninstall with ease.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download Easy Extensions Manager Extension CRX File

Download Easy 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

                        ⭐ Support us by giving a 5-star rating if you like Easy Extensions Manager! 

Your feedback matters to us, and we're eager to hear your thoughts. Feel free to share your ideas, and we'll do our best to implement them as soon as possible.

Introducing Easy Extensions Manager: The Ultimate Extension Manager for Chrome

Easy Extensions Manager is a powerful yet lightweight tool designed to help you take complete control over your browser's extensions. With a file size of only a few kilobytes, it's a nimble and efficient addition to your Chrome experience.

🌐 Features:
- Manage with Ease: Easily enable, disable, or delete extensions with just one click. Say goodbye to clutter and make your browser light as a feather.
- Search & Find: Quickly locate the extensions you need with our intuitive search feature.
- One-Click Disable All: Want to disable everything at once? Use the 'Disable All' feature and don't worry about losing track. When you recall, only the extensions that were disabled using this feature will be re-enabled.
- Performance Boost: Keep your computer running smoothly by turning off unnecessary extensions, preventing lags, and enhancing your browsing experience.
- 100% Free: Enjoy all these features without any subscriptions or hidden fees.

🚀 Why Easy Extensions Manager?
- Lightweight: Made with minimalism in mind, Easy Extensions Manager itself is lightweight, ensuring that your browser remains agile.
- Time Saver: Managing extensions has never been quicker. With Easy Extensions Manager, time-consuming tasks are reduced to simple clicks.
- Performance-Focused: Enhance your browser's performance by disabling or deleting extensions that are no longer needed.
- User-Centric: We listen to your feedback and are committed to continuous improvements to make your experience even better.


Easy Extensions Manager is more than just an extension manager; it's a must-have tool for anyone looking to keep their browser optimized and their computer's performance at its peak. Download now and discover the seamless browsing experience you deserve!                    

Extension Basic Information

Name Easy Extensions Manager Easy Extensions Manager
ID jjnokhkceiidjgacbnmoekemnbldomlg
Official URL https://chromewebstore.google.com/detail/easy-extensions-manager/jjnokhkceiidjgacbnmoekemnbldomlg
Description Simplify extension management. Enable, disable, and uninstall with ease.
File Size 151 KB
Installation Count 71
Current Version 1.0
Last Updated 2023-08-14
Publish Date 2023-08-11
Rating 5.00/5 Total 3 Ratings
Developer https://webplover.com
Email [email protected]
Payment Type free
Extension Website https://webplover.com/
Help Page URL https://webplover.com/contact/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Easy Extensions Manager",
    "version": "1.0",
    "description": "Simplify extension management. Enable, disable, and uninstall with ease.",
    "author": "WebPlover",
    "homepage_url": "https:\/\/webplover.com",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon.png",
            "48": "icon.png",
            "128": "icon.png"
        }
    },
    "permissions": [
        "management",
        "storage"
    ]
}