no-beforeunload

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

Was ist no-beforeunload?

no-beforeunload ist eine Chrome-Erweiterung, die von Sebastian Noack entwickelt wurde, und ihr Hauptmerkmal ist "Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.".

no-beforeunload-Erweiterungs-CRX-Datei herunterladen

Laden Sie no-beforeunload-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name no-beforeunload no-beforeunload
ID dlnlkhegmifbcipdgpggedmjdaganmei
Offizielle URL https://chromewebstore.google.com/detail/no-beforeunload/dlnlkhegmifbcipdgpggedmjdaganmei
Beschreibung Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.
Dateigröße 3.25 KB
Installationsanzahl 161
Aktuelle Version 1.0
Letztes Update 2013-11-07
Veröffentlichungsdatum 2013-11-07
Bewertung 3.50/5 Insgesamt 8 Bewertungen
Entwickler Sebastian Noack
Zahlungsart free
Unterstützte Sprachen 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"
        }
    ]
}