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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
            ]
        }
    ]
}