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 badgersfanatic2002, 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

                        Quick and easy tool to disable extensions. It works great for school and work purposes along with general use for the average user.                    

Grundläggande Information om Tillägg

Namn Disable Extensions and Apps Disable Extensions and Apps
ID jochnddiejkclkgpofolihiiaehdmbhc
Officiell webbadress https://chrome.google.com/webstore/detail/disable-extensions-and-ap/jochnddiejkclkgpofolihiiaehdmbhc
Beskrivning Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
Filstorlek 60.42 KB
Antal Installationer 15,319
Aktuell Version 1.0.7
Senast Uppdaterad 2022-10-03
Publiceringsdatum 2022-10-03
Betyg 3.00/5 Totalt 4 Betyg
Utvecklare badgersfanatic2002
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://dontleavethemon.com
Hjälpsida URL https://dontleavethemon.com/?a=privacy
URL till Sekretesspolicy Sidan https://dontleavethemon.com?a=privacy
Stödda Språk en
manifest.json
{
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": "static\/icon-enabled.png",
        "default_title": "Disable Extensions and Apps"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+E"
            }
        }
    },
    "description": "Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.",
    "homepage_url": "https:\/\/dontleavethemon.com\/disable-chrome-extensions-apps\/",
    "icons": {
        "128": "static\/icon-disabled.png",
        "48": "static\/icon-48.png"
    },
    "manifest_version": 3,
    "name": "Disable Extensions and Apps",
    "options_page": "options.html",
    "permissions": [
        "management",
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.7"
}