Extension manager for Chrome™
Manage extensions, quickly enable/disable, remove malware extension, uninstall extension, or view list of extensions and apps
Extension manager for Chrome™ क्या है?
Extension manager for Chrome™ wilma2018 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Manage extensions, quickly enable/disable, remove malware extension, uninstall extension, or view list of extensions and apps"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Extension manager for Chrome™ एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Extension manager for Chrome™ |
ID | oljgjlecbglpcabgaihhnfonkfibinmp |
आधिकारिक URL | https://chromewebstore.google.com/detail/extension-manager-for-chr/oljgjlecbglpcabgaihhnfonkfibinmp |
विवरण | Manage extensions, quickly enable/disable, remove malware extension, uninstall extension, or view list of extensions and apps |
फ़ाइल का आकार | 445 KB |
स्थापना संख्या | 10,000 |
वर्तमान संस्करण | 1.0.9 |
अंतिम अपडेट | 2023-09-21 |
प्रकाशन तिथि | 2020-05-21 |
रेटिंग | 4.41/5 कुल 97 रेटिंग्स |
डेवलपर | wilma2018 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
गोपनीयता नीति पृष्ठ URL | https://sites.google.com/view/wilma2018/home |
समर्थित भाषाएँ | 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" ] } |