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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://pm-practices.net และคุณลักษณะหลักของมันคือ "Disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PmPractices Disable Extensions

ดาวน์โหลดไฟล์ส่วนขยาย 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\/*"
            ]
        }
    ]
}