Disable Extensions and Apps

Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.

Was ist Disable Extensions and Apps?

Disable Extensions and Apps ist eine Chrome-Erweiterung, die von BrowserNative entwickelt wurde, und ihr Hauptmerkmal ist "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Disable Extensions and Apps-Erweiterungs-CRX-Datei herunterladen

Laden Sie Disable Extensions and Apps-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Use keyboard command Ctrl + Shift + E.

Visit homepage for more: https://browsernative.com/disable-chrome-extensions-apps/                    

Grundlegende Informationen zur Erweiterung

Name Disable Extensions and Apps Disable Extensions and Apps
ID abmoaeegegigmhgfmdmlhkoghibgkpkj
Offizielle URL https://chromewebstore.google.com/detail/disable-extensions-and-ap/abmoaeegegigmhgfmdmlhkoghibgkpkj
Beschreibung Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
Dateigröße 60.19 KB
Installationsanzahl 2,006
Aktuelle Version 0.0.7
Letztes Update 2017-09-20
Veröffentlichungsdatum 2017-09-20
Bewertung 4.88/5 Insgesamt 24 Bewertungen
Entwickler BrowserNative
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://browsernative.com/disable-chrome-extensions-apps/
Hilfeseite URL https://browsernative.com/disable-chrome-extensions-apps/
URL der Datenschutzrichtlinien-Seite https://browsernative.com/extensions-privacy-policy
Unterstützte Sprachen 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"
            }
        }
    }
}