Extension Manager
Manage Active Extension
Qu'est-ce que Extension Manager ?
Extension Manager est une extension Chrome développée par https://www.xtensionizer.com, et sa fonction principale est "Manage Active Extension".
Captures d'Écran de l'Extension
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
Are you experiencing slowness in browsing it might be additional web-extension, malware or phishing extension in your system. Get control of your browser with uninstalling or disabling unknown, required extension on single finger click. Improve your browsing speed and performance. Protect from unknown threat, attacks. It’s lightweight, quick and easy to understand. Be organized and take control from unknown attacks.
Informations de Base sur l'Extension
Nom | Extension Manager |
ID | mjhhlngkmmgadpeikefpnbckopalgbgi |
URL Officiel | https://chromewebstore.google.com/detail/extension-manager/mjhhlngkmmgadpeikefpnbckopalgbgi |
Description | Manage Active Extension |
Taille du Fichier | 198 KB |
Nombre d'Installations | 38 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-03-22 |
Date de Publication | 2019-08-05 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://www.xtensionizer.com |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://xtensionizer.in/privacy.html |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Extension Manager", "short_name": "Extension Manager", "version": "1.0", "description": "Manage Active Extension", "icons": { "16": "images\/Icon-16.png", "48": "images\/Icon-48.png", "128": "images\/Icon-128.png" }, "permissions": [ "management", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "19": "images\/Icon-19.png", "38": "images\/Icon-38.png" }, "default_title": "Extension Manager", "default_popup": "html\/extensionManager.html" } } |