Disable Extensions and Apps

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

Co to jest Disable Extensions and Apps?

Disable Extensions and Apps to rozszerzenie Chrome opracowane przez badgersfanatic2002, a jego główną funkcją jest „Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Disable Extensions and Apps

Pobierz pliki rozszerzeń Disable Extensions and Apps w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Disable Extensions and Apps Disable Extensions and Apps
ID jochnddiejkclkgpofolihiiaehdmbhc
Oficjalny URL https://chrome.google.com/webstore/detail/disable-extensions-and-ap/jochnddiejkclkgpofolihiiaehdmbhc
Opis Quickly disable and enable installed extensions and apps. Whitelist items to remain unaffected.
Rozmiar pliku 60.42 KB
Liczba instalacji 15,319
Aktualna Wersja 1.0.7
Ostatnia Aktualizacja 2022-10-03
Data Publikacji 2022-10-03
Ocena 3.00/5 Łącznie 4 Oceny
Deweloper badgersfanatic2002
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://dontleavethemon.com
Adres URL Strony Pomocy https://dontleavethemon.com/?a=privacy
Adres URL Strony Polityki Prywatności https://dontleavethemon.com?a=privacy
Obsługiwane Języki 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"
}