Extension manager for Chrome™
Manage extensions, quickly enable/disable, remove malware extension, uninstall extension, or view list of extensions and apps
Wat is Extension manager for Chrome™?
Extension manager for Chrome™ is een Chrome-extensie ontwikkeld door wilma2018, en de belangrijkste functie is "Manage extensions, quickly enable/disable, remove malware extension, uninstall extension, or view list of extensions and apps".
Extensie Screenshots
Download het CRX-bestand van de extensie Extension manager for Chrome™
Download Extension manager for Chrome™-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
With the help of this extension, you can manage and control all the Chrome extensions and apps. No matter what your doing on the browser, with just one click on the icon and you can disable or uninstall any of your extensions or apps. It is simple and easy to use. If you have any suggestions or came across a problem, please do note in the support page of the extension , contact me "[email protected]" - Protect yourself from Malware, virus other infected extensions and apps - See hidden extension and apps that runs in background - manage and control extension and apps permission and visibility
Basisinformatie over de Extensie
Naam | Extension manager for Chrome™ |
ID | oljgjlecbglpcabgaihhnfonkfibinmp |
Officiële URL | https://chromewebstore.google.com/detail/extension-manager-for-chr/oljgjlecbglpcabgaihhnfonkfibinmp |
Beschrijving | Manage extensions, quickly enable/disable, remove malware extension, uninstall extension, or view list of extensions and apps |
Bestandsgrootte | 445 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.0.9 |
Laatst Bijgewerkt | 2023-09-21 |
Publicatiedatum | 2020-05-21 |
Beoordeling | 4.41/5 Totaal 97 Beoordelingen |
Ontwikkelaar | wilma2018 |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://sites.google.com/view/wilma2018/home |
Ondersteunde Talen | de,en,fr,nl,da,es,it,fi,ru,hi,ar,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.0.9", "manifest_version": 2, "default_locale": "en", "background": { "page": "html\/background.html" }, "browser_action": { "default_icon": { "16": "images\/rocket-16.png", "24": "images\/rocket-24.png", "32": "images\/rocket-32.png" }, "default_title": "__MSG_popup__", "default_popup": "html\/popup.html" }, "icons": { "16": "images\/rocket-16.png", "48": "images\/rocket-48.png", "128": "images\/rocket.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self'", "permissions": [ "storage", "management" ], "web_accessible_resources": [ "*.png", "*.gif", "*.jpg", "*.js", "*.css", "*.html" ] } |