Extension Manager

A Chrome extension to manage other extensions.

O que é Extension Manager?

Extension Manager é uma extensão do Chrome desenvolvida por SaasWarrior, e sua principal característica é "A Chrome extension to manage other extensions.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Extension Manager

Baixe arquivos de extensão Extension Manager no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        "Extension Manager" is a powerful Chrome extension designed to streamline your extension management experience and offer full control over the extensions installed in your browser. With this user-friendly tool, you can easily enable or disable extensions, uninstall unnecessary ones, and access the Chrome Extensions page with just a few clicks.

Key Features:

✅ Enable and Disable Extensions: Gain the ability to enable or disable any extension on the fly. This feature allows you to keep only the necessary extensions active, improving your browser's performance and minimizing clutter.

✅ Uninstall with Ease: Say goodbye to unwanted extensions that clutter your toolbar. Uninstall extensions effortlessly, freeing up valuable browser space and resources.

✅ One-Click Access to Extensions Page: Navigate to the Chrome Extensions page with a simple click. No need to navigate through multiple menus; this extension provides quick access to manage your extensions effectively.

❓ Why Users Should Install It:

🔹 Streamlined Extension Management: Managing extensions in Chrome can be time-consuming and challenging, especially when you have numerous add-ons. "Extension Manager" simplifies this process, making it a breeze to enable, disable, or uninstall extensions.

🔹 Improve Browser Performance: By selectively enabling only the essential extensions, you can significantly enhance your browser's performance, reducing load times and resource consumption.

🔹 Reduce Clutter: Keep your Chrome toolbar organized and free from clutter by easily uninstalling unwanted extensions. Enjoy a clean and efficient browsing experience.

🔹 Enhanced Control: Take charge of your browser extensions with ease. "Extension Manager" empowers you to decide which extensions stay active, allowing you to customize your browsing environment to suit your needs.

🔹 Quick Access to Extensions Page: No need to fumble through settings to access the Extensions page. This extension provides a convenient button for instant access, saving you time and effort.

Don't let your browser extensions dictate your browsing experience. Install "Extension Manager" now and take control of your Chrome extensions like never before. Experience improved performance, reduced clutter, and a smoother browsing journey.                    

Informações Básicas da Extensão

Nome Extension Manager Extension Manager
ID kkefldjfkcgmjkdbhmoifhngnfokboge
URL Oficial https://chromewebstore.google.com/detail/extension-manager/kkefldjfkcgmjkdbhmoifhngnfokboge
Descrição A Chrome extension to manage other extensions.
Tamanho do Arquivo 15.29 KB
Contagem de Instalações 92
Versão Atual 1.0
Última Atualização 2023-07-23
Data de Publicação 2023-07-23
Classificação 4.25/5 Total de 4 Avaliações
Desenvolvedor SaasWarrior
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Extension Manager",
    "version": "1.0",
    "description": "A Chrome extension to manage other extensions.",
    "action": {
        "default_popup": "popup_window.html"
    },
    "icons": {
        "48": "icon.png",
        "128": "icon.png"
    },
    "permissions": [
        "management"
    ]
}