no-beforeunload

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

Hvad er no-beforeunload?

no-beforeunload er en Chrome-udvidelse udviklet af Sebastian Noack, og dens hovedfunktion er "Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.".

Download no-beforeunload-udvidelses-CRX-fil

Download no-beforeunload-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn no-beforeunload no-beforeunload
ID dlnlkhegmifbcipdgpggedmjdaganmei
Officiel URL https://chromewebstore.google.com/detail/no-beforeunload/dlnlkhegmifbcipdgpggedmjdaganmei
Beskrivelse Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.
Filstørrelse 3.25 KB
Antal Installationer 161
Nuværende Version 1.0
Senest Opdateret 2013-11-07
Udgivelsesdato 2013-11-07
Bedømmelse 3.50/5 Samlet 8 Bedømmelser
Udvikler Sebastian Noack
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}