Navigation Confirmation Blocker

Blocks the confirmation dialog which sometimes appears when navigating from a page.

Co to jest Navigation Confirmation Blocker?

Navigation Confirmation Blocker to rozszerzenie Chrome opracowane przez metarmask, a jego główną funkcją jest „Blocks the confirmation dialog which sometimes appears when navigating from a page.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Navigation Confirmation Blocker

Pobierz pliki rozszerzeń Navigation Confirmation Blocker 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

                        Upcoming features:
* Option to choose where to block them
* Option to replace with non-intrusive version

Requested by reddit user redditgizmos.                    

Podstawowe informacje o rozszerzeniu

Nazwa Navigation Confirmation Blocker Navigation Confirmation Blocker
ID hchjkkahngaaboddjlaghmcephdheofg
Oficjalny URL https://chromewebstore.google.com/detail/navigation-confirmation-b/hchjkkahngaaboddjlaghmcephdheofg
Opis Blocks the confirmation dialog which sometimes appears when navigating from a page.
Rozmiar pliku 8.12 KB
Liczba instalacji 1,162
Aktualna Wersja 0.2
Ostatnia Aktualizacja 2016-04-05
Data Publikacji 2016-04-05
Ocena 4.00/5 Łącznie 9 Oceny
Deweloper metarmask
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Navigation Confirmation Blocker",
    "description": "Blocks the confirmation dialog which sometimes appears when navigating from a page.",
    "version": "0.2",
    "author": "metarmask",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "content-script.js"
            ]
        }
    ]
}