Extension Manager

Quickly enable or disable extensions. No Ads. No nonsense.

Qu'est-ce que Extension Manager ?

Extension Manager est une extension Chrome développée par Michael Bazos, et sa fonction principale est "Quickly enable or disable extensions. No Ads. No nonsense.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Extension Manager

Téléchargez les fichiers d'extension Extension Manager au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        PRIVACY POLICY

Let's keep it short and simple.
This extension does not collect data.

DESCRIPTION

★ No ads. No data collection.

★ No more grammar checker enabled all the time with access permissions to your webpages and clipboard, while you only need it when you write one of those important emails.

★ When you switch off an extension with Extension Manager, it is *effectively off*, unlike when using the "Disable" or "Pause" mode that some extensions are offering. You can always switch them back on very fast. You decide.

★ Less extensions enabled means faster navigation.

CHANGELOG

v1.4.0

- Add the ability to search through extensions
- Add access to extensions options page
  - Settings icon is shown for active extensions which provide an option page
- Redesign browser action icon
  - This is to avoid confusion with the informational popup related to extensions, introduced in Google Chrome version 83                    

Informations de Base sur l'Extension

Nom Extension Manager Extension Manager
ID nddeiknmamlpagmnabfdlljlikeoanch
URL Officiel https://chromewebstore.google.com/detail/extension-manager/nddeiknmamlpagmnabfdlljlikeoanch
Description Quickly enable or disable extensions. No Ads. No nonsense.
Taille du Fichier 132 KB
Nombre d'Installations 3,901
Version Actuelle 1.4.0
Dernière Mise à Jour 2021-04-15
Date de Publication 2019-06-06
Évaluation 4.47/5 Total 38 Évaluations
Développeur Michael Bazos
Email [email protected]
Type de Paiement free
Langues Prises en Charge en,fr,es,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.4.0",
    "permissions": [
        "management"
    ],
    "browser_action": {
        "default_icon": {
            "128": "icons\/webstore_128.png"
        },
        "default_title": "Extension Manager",
        "default_popup": "index.html"
    },
    "icons": {
        "48": "icons\/webstore_48.png",
        "128": "icons\/webstore_128.png"
    },
    "offline_enabled": true,
    "manifest_version": 2
}