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 je no-beforeunload?

no-beforeunload je rozšíření Chrome vyvinuté Sebastian Noack, a jeho hlavní funkcí je „Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.“.

Stáhnout soubor CRX rozšíření no-beforeunload

Stáhněte si soubory rozšíření no-beforeunload ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název no-beforeunload no-beforeunload
ID dlnlkhegmifbcipdgpggedmjdaganmei
Oficiální URL https://chromewebstore.google.com/detail/no-beforeunload/dlnlkhegmifbcipdgpggedmjdaganmei
Popis Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.
Velikost souboru 3.25 KB
Počet instalací 161
Aktuální Verze 1.0
Poslední Aktualizace 2013-11-07
Datum Vydání 2013-11-07
Hodnocení 3.50/5 Celkem 8 Hodnocení
Vývojář Sebastian Noack
Typ Platby free
Podporované Jazyky 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"
        }
    ]
}