no-beforeunload

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

Vad är no-beforeunload?

no-beforeunload är en Chrome-tillägg utvecklad av Sebastian Noack, och dess huvudfunktion är "Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.".

Ladda ner no-beforeunload-förlängningens CRX-fil

Ladda ner no-beforeunload-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn no-beforeunload no-beforeunload
ID dlnlkhegmifbcipdgpggedmjdaganmei
Officiell webbadress https://chromewebstore.google.com/detail/no-beforeunload/dlnlkhegmifbcipdgpggedmjdaganmei
Beskrivning Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.
Filstorlek 3.25 KB
Antal Installationer 161
Aktuell Version 1.0
Senast Uppdaterad 2013-11-07
Publiceringsdatum 2013-11-07
Betyg 3.50/5 Totalt 8 Betyg
Utvecklare Sebastian Noack
Betalningssätt free
Stödda Språk 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"
        }
    ]
}