no-beforeunload

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

Apa itu no-beforeunload?

no-beforeunload adalah ekstensi Chrome yang dikembangkan oleh Sebastian Noack, dan fitur utamanya adalah "Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.".

Unduh Berkas CRX Ekstensi no-beforeunload

Unduh file ekstensi no-beforeunload dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama no-beforeunload no-beforeunload
ID dlnlkhegmifbcipdgpggedmjdaganmei
URL Resmi https://chromewebstore.google.com/detail/no-beforeunload/dlnlkhegmifbcipdgpggedmjdaganmei
Deskripsi Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.
Ukuran File 3.25 KB
Jumlah Instalasi 161
Versi Saat Ini 1.0
Terakhir Diperbarui 2013-11-07
Tanggal Publikasi 2013-11-07
Penilaian 3.50/5 Total 8 Penilaian
Pengembang Sebastian Noack
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}