PmPractices Disable Extensions

Disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.

什么是PmPractices Disable Extensions?

PmPractices Disable Extensions是由https://pm-practices.net开发的Chrome扩展程序,该扩展的主要功能是“Disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.”。

扩展截图

screenshot

下载PmPractices Disable Extensions扩展crx文件

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

扩展使用说明

                        Disable all your extensions in one click. Click again and re-enable all previously disabled extensions.
If you want to temporarily disable chrome extensions. This extension does just that, with just one click.

It remembers the extensions that you previously disabled and will re-enable them again with just one click.

'PmPractices Disable Extensions' is easy to use and free.                    

扩展基本信息

名称 PmPractices Disable Extensions PmPractices Disable Extensions
ID fjediallhmpmapaajckohopenhlkplmm
官方URL https://chromewebstore.google.com/detail/pmpractices-disable-exten/fjediallhmpmapaajckohopenhlkplmm
简介 Disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.
文件大小 14.01 KB
安装次数 126
当前版本 1.0.1
更新时间 2023-05-29
上架时间 2023-05-27
评分 5.00/5 共2次评分
开发者 https://pm-practices.net
电子邮箱 [email protected]
付费类型 free
帮助页面URL https://pm-practices.net
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "img\/simple-icon-048.png",
        "default_title": "Toggle Extensions On\/Off"
    },
    "description": "Disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions.",
    "icons": {
        "128": "img\/icon-128.png",
        "16": "img\/simple-icon-016.png",
        "48": "img\/icon-048.png"
    },
    "manifest_version": 3,
    "name": "PmPractices Disable Extensions",
    "author": "Mohamed Raafat",
    "permissions": [
        "management",
        "storage"
    ],
    "version": "1.0.1",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/pm-practices.net\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/icon-128.png"
            ],
            "matches": [
                "*:\/\/localhost\/*",
                "*:\/\/pm-practices.net\/*"
            ]
        }
    ]
}