no-beforeunload

Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.

Co to jest no-beforeunload?

no-beforeunload to rozszerzenie Chrome opracowane przez Sebastian Noack, a jego główną funkcją jest „Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.”.

Pobierz plik CRX rozszerzenia no-beforeunload

Pobierz pliki rozszerzeń no-beforeunload 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

                        Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.                    

Podstawowe informacje o rozszerzeniu

Nazwa no-beforeunload no-beforeunload
ID dlnlkhegmifbcipdgpggedmjdaganmei
Oficjalny URL https://chromewebstore.google.com/detail/no-beforeunload/dlnlkhegmifbcipdgpggedmjdaganmei
Opis Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.
Rozmiar pliku 3.25 KB
Liczba instalacji 161
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2013-11-07
Data Publikacji 2013-11-07
Ocena 3.50/5 Łącznie 8 Oceny
Deweloper Sebastian Noack
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "no-beforeunload",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ]
}