Disable Extensions and Apps

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

Vad är Disable Extensions and Apps?

Disable Extensions and Apps är en Chrome-tillägg utvecklad av BrowserNative, och dess huvudfunktion är "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Disable Extensions and Apps-förlängningens CRX-fil

Ladda ner Disable Extensions and Apps-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Use keyboard command Ctrl + Shift + E.

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

Grundläggande Information om Tillägg

Namn Disable Extensions and Apps Disable Extensions and Apps
ID abmoaeegegigmhgfmdmlhkoghibgkpkj
Officiell webbadress https://chromewebstore.google.com/detail/disable-extensions-and-ap/abmoaeegegigmhgfmdmlhkoghibgkpkj
Beskrivning Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
Filstorlek 60.19 KB
Antal Installationer 2,006
Aktuell Version 0.0.7
Senast Uppdaterad 2017-09-20
Publiceringsdatum 2017-09-20
Betyg 4.88/5 Totalt 24 Betyg
Utvecklare BrowserNative
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://browsernative.com/disable-chrome-extensions-apps/
Hjälpsida URL https://browsernative.com/disable-chrome-extensions-apps/
URL till Sekretesspolicy Sidan https://browsernative.com/extensions-privacy-policy
Stödda Språk 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"
            }
        }
    }
}