Disable Extensions and Apps
Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
Disable Extensions and Apps क्या है?
Disable Extensions and Apps BrowserNative द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Disable Extensions and Apps एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Use keyboard command Ctrl + Shift + E. Visit homepage for more: https://browsernative.com/disable-chrome-extensions-apps/
एक्सटेंशन की मूल जानकारी
नाम | Disable Extensions and Apps |
ID | abmoaeegegigmhgfmdmlhkoghibgkpkj |
आधिकारिक URL | https://chromewebstore.google.com/detail/disable-extensions-and-ap/abmoaeegegigmhgfmdmlhkoghibgkpkj |
विवरण | Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected. |
फ़ाइल का आकार | 60.19 KB |
स्थापना संख्या | 2,006 |
वर्तमान संस्करण | 0.0.7 |
अंतिम अपडेट | 2017-09-20 |
प्रकाशन तिथि | 2017-09-20 |
रेटिंग | 4.88/5 कुल 24 रेटिंग्स |
डेवलपर | BrowserNative |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://browsernative.com/disable-chrome-extensions-apps/ |
सहायता पृष्ठ URL | https://browsernative.com/disable-chrome-extensions-apps/ |
गोपनीयता नीति पृष्ठ URL | https://browsernative.com/extensions-privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "browser_action": { "default_icon": "static\/icon-enabled.png", "default_title": "Disable Extensions and Apps" }, "description": "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.", "homepage_url": "https:\/\/browsernative.com\/disable-chrome-extensions-apps\/", "icons": { "128": "static\/icon-disabled.png", "48": "static\/icon-48.png" }, "manifest_version": 2, "name": "Disable Extensions and Apps", "version": "0.0.7", "permissions": [ "management" ], "options_page": "options.html", "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+E" } } } } |