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开发的Chrome扩展程序,该扩展的主要功能是“Manage extensions, quickly enable/disable, remove malware extension, uninstall extension, or view list of extensions and apps”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Extension manager for Chrome™扩展crx文件

下载Extension manager for Chrome™扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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™ 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"
    ]
}