Extension Disabler

Easily disable extensions

Co to jest Extension Disabler?

Extension Disabler to rozszerzenie Chrome opracowane przez Harri Huhta, a jego główną funkcją jest „Easily disable extensions”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Extension Disabler

Pobierz pliki rozszerzeń Extension Disabler 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

                        Extension Disabler is a simplistic tool for toggling your currently enabled extensions on / off.
It offers an easy 1-click toggle button that can be used to disable or enable your other extensions at any time.

No configuration required.

The extension is open source and can be found at https://gitlab.com/harri-huhta/extension-disabler                    

Podstawowe informacje o rozszerzeniu

Nazwa Extension Disabler Extension Disabler
ID plaiffgjdokelmjljbcebnmeabkjglfd
Oficjalny URL https://chromewebstore.google.com/detail/extension-disabler/plaiffgjdokelmjljbcebnmeabkjglfd
Opis Easily disable extensions
Rozmiar pliku 142 KB
Liczba instalacji 390
Aktualna Wersja 0.5
Ostatnia Aktualizacja 2020-10-28
Data Publikacji 2020-10-28
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper Harri Huhta
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://gitlab.com/harri-huhta/extension-disabler
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extension Disabler",
    "version": "0.5",
    "description": "Easily disable extensions",
    "permissions": [
        "storage",
        "management"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "manifest_version": 2,
    "browser_action": {
        "default_icon": "images\/on.png",
        "default_title": "Extension Disabler"
    }
}