no-beforeunload

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

Wat is no-beforeunload?

no-beforeunload is een Chrome-extensie ontwikkeld door Sebastian Noack, en de belangrijkste functie is "Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.".

Download het CRX-bestand van de extensie no-beforeunload

Download no-beforeunload-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam no-beforeunload no-beforeunload
ID dlnlkhegmifbcipdgpggedmjdaganmei
Officiële URL https://chromewebstore.google.com/detail/no-beforeunload/dlnlkhegmifbcipdgpggedmjdaganmei
Beschrijving Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.
Bestandsgrootte 3.25 KB
Aantal Installaties 161
Huidige Versie 1.0
Laatst Bijgewerkt 2013-11-07
Publicatiedatum 2013-11-07
Beoordeling 3.50/5 Totaal 8 Beoordelingen
Ontwikkelaar Sebastian Noack
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}