Extensions Manager

This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them

¿Qué es Extensions Manager?

Extensions Manager es una extensión de Chrome desarrollada por rotagi37, y su función principal es "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión Extensions Manager

Descarga archivos de extensión Extensions Manager en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them 

* easily search in your extensions list.
* see extension you didn't know you have installed.


Note: too many running extension takes up memory and resources from your computer for no reason.
using this extension you can disable all unnecessary extensions and only enable them when needed.                    

Información Básica de la Extensión

Nombre Extensions Manager Extensions Manager
ID kllcckbicipekmojkcopeameajngoomf
URL Oficial https://chromewebstore.google.com/detail/extensions-manager/kllcckbicipekmojkcopeameajngoomf
Descripción This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them
Tamaño del Archivo 60.1 KB
Cantidad de Instalaciones 11,840
Versión Actual 1.0.4.1
Última Actualización 2022-08-22
Fecha de Publicación 2019-09-13
Calificación 4.14/5 Total de 28 Calificaciones
Desarrollador rotagi37
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extensions Manager",
    "manifest_version": 3,
    "version": "1.0.4.1",
    "description": "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them",
    "permissions": [
        "management"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "icon48.png",
            "38": "icon48.png"
        },
        "default_title": "Extensions Manager",
        "default_popup": "popup.html"
    }
}