no-beforeunload

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

Cos'è no-beforeunload?

no-beforeunload è un'estensione di Chrome sviluppata da Sebastian Noack, e la sua funzione principale è "Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.".

Scarica il file CRX dell'estensione no-beforeunload

Scarica i file di estensione no-beforeunload in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome no-beforeunload no-beforeunload
ID dlnlkhegmifbcipdgpggedmjdaganmei
URL Ufficiale https://chromewebstore.google.com/detail/no-beforeunload/dlnlkhegmifbcipdgpggedmjdaganmei
Descrizione Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.
Dimensione del File 3.25 KB
Conteggio Installazioni 161
Versione Corrente 1.0
Ultimo Aggiornamento 2013-11-07
Data di Pubblicazione 2013-11-07
Valutazione 3.50/5 Totale 8 Valutazioni
Sviluppatore Sebastian Noack
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}