no-beforeunload

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

What is no-beforeunload?

no-beforeunload is a Chrome extension developed by Sebastian Noack, and its main feature is "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 Extension CRX File

Download no-beforeunload extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name no-beforeunload no-beforeunload
ID dlnlkhegmifbcipdgpggedmjdaganmei
Official URL https://chromewebstore.google.com/detail/no-beforeunload/dlnlkhegmifbcipdgpggedmjdaganmei
Description Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.
File Size 3.25 KB
Installation Count 161
Current Version 1.0
Last Updated 2013-11-07
Publish Date 2013-11-07
Rating 3.50/5 Total 8 Ratings
Developer Sebastian Noack
Payment Type free
Supported Languages 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"
        }
    ]
}