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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disable all your extensions with one click. Click again and you re-enable all your previously disabled extensions."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PmPractices Disable Extensions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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\/*"
            ]
        }
    ]
}