Extensions Manager

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

Wat is Extensions Manager?

Extensions Manager is een Chrome-extensie ontwikkeld door rotagi37, en de belangrijkste functie is "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Extensions Manager

Download Extensions Manager-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Extensions Manager Extensions Manager
ID kllcckbicipekmojkcopeameajngoomf
Officiële URL https://chromewebstore.google.com/detail/extensions-manager/kllcckbicipekmojkcopeameajngoomf
Beschrijving This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them
Bestandsgrootte 60.1 KB
Aantal Installaties 11,840
Huidige Versie 1.0.4.1
Laatst Bijgewerkt 2022-08-22
Publicatiedatum 2019-09-13
Beoordeling 4.14/5 Totaal 28 Beoordelingen
Ontwikkelaar rotagi37
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}