Disable All Extensions

Disable/Enable your chrome extensions with the click of a button.

Disable All Extensions क्या है?

Disable All Extensions kitey13579 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Disable/Enable your chrome extensions with the click of a button."।

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

screenshot
screenshot

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

crx प्रारूप में Disable All Extensions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        This extension allows you to turn off currently turned on extensions by clicking a single button.

Whitelist
To prevent a certain extension from being affected when disabling, open the whitelist. You can right click anywhere on the chrome browser or the extension icon and go to the whitelist page to select an extension you want excluded.

Isolation Mode
Having trouble finding an extension causing problems for you? 
Introducing Isolation Mode, which allows you to test your chrome extensions. It will enable half your extensions, wait for your feedback and continuing enabling less extensions until the problematic extension is found.                    

एक्सटेंशन की मूल जानकारी

नाम Disable All Extensions Disable All Extensions
ID ailfldpmpboolaihojfagmmfbhcgohne
आधिकारिक URL https://chromewebstore.google.com/detail/disable-all-extensions/ailfldpmpboolaihojfagmmfbhcgohne
विवरण Disable/Enable your chrome extensions with the click of a button.
फ़ाइल का आकार 32.53 KB
स्थापना संख्या 2,421
वर्तमान संस्करण 1.5.1
अंतिम अपडेट 2024-01-31
प्रकाशन तिथि 2023-02-06
रेटिंग 4.90/5 कुल 10 रेटिंग्स
डेवलपर kitey13579
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/ItzBlinkzy/disable-all-extensions
सहायता पृष्ठ URL https://github.com/ItzBlinkzy/disable-all-extensions
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable All Extensions",
    "manifest_version": 3,
    "version": "1.5.1",
    "description": "Disable\/Enable your chrome extensions with the click of a button.",
    "permissions": [
        "contextMenus",
        "management",
        "storage"
    ],
    "background": {
        "service_worker": ".\/src\/background.js",
        "type": "module"
    },
    "icons": {
        "16": ".\/public\/images\/appOn_16.png",
        "48": ".\/public\/images\/appOn_48.png",
        "128": ".\/public\/images\/appOn_128.png"
    },
    "action": {
        "default_icon": ".\/public\/images\/appOff_16.png",
        "default-popup": ".\/public\/index.html"
    },
    "author": "Blinkzy"
}