Extensions Manager

This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them

Extensions Manager क्या है?

Extensions Manager rotagi37 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them"।

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

screenshot

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

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

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

                        This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them 

* easily search in your extensions list.
* see extension you didn't know you have installed.


Note: too many running extension takes up memory and resources from your computer for no reason.
using this extension you can disable all unnecessary extensions and only enable them when needed.                    

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

नाम Extensions Manager Extensions Manager
ID kllcckbicipekmojkcopeameajngoomf
आधिकारिक URL https://chromewebstore.google.com/detail/extensions-manager/kllcckbicipekmojkcopeameajngoomf
विवरण This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them
फ़ाइल का आकार 60.1 KB
स्थापना संख्या 11,840
वर्तमान संस्करण 1.0.4.1
अंतिम अपडेट 2022-08-22
प्रकाशन तिथि 2019-09-13
रेटिंग 4.14/5 कुल 28 रेटिंग्स
डेवलपर rotagi37
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extensions Manager",
    "manifest_version": 3,
    "version": "1.0.4.1",
    "description": "This extension will allow you to easily turn on and off your chrome extension and applications as and when you need them",
    "permissions": [
        "management"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "19": "icon48.png",
            "38": "icon48.png"
        },
        "default_title": "Extensions Manager",
        "default_popup": "popup.html"
    }
}