Block page unload

Block unloading of a website without your explicit consent. Useful for testing site tracking.

Apa itu Block page unload?

Block page unload adalah ekstensi Chrome yang dikembangkan oleh Gergely Kántor, dan fitur utamanya adalah "Block unloading of a website without your explicit consent. Useful for testing site tracking.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Block page unload

Unduh file ekstensi Block page unload 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

                        Block unloading of a website without your explicit consent, when a link is clicked or a form is submitted. This behavior can be turned on by clicking on the extension icon, and this is valid for that given page. Must be re-enabled upon page reload as well. This functionality is useful for testing testing various page analytics functions, like click tracking, form tracking.                    

Informasi Dasar Ekstensi

Nama Block page unload Block page unload
ID hmekidfmkegefndfdaflmamlbnhpgdoj
URL Resmi https://chromewebstore.google.com/detail/block-page-unload/hmekidfmkegefndfdaflmamlbnhpgdoj
Deskripsi Block unloading of a website without your explicit consent. Useful for testing site tracking.
Ukuran File 8.29 KB
Jumlah Instalasi 30
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2021-06-06
Tanggal Publikasi 2021-06-06
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Gergely Kántor
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Block page unload",
    "description": "Block unloading of a website without your explicit consent. Useful for testing site tracking.",
    "version": "0.1.0",
    "browser_action": {
        "default_title": "Block unloading of this page",
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "activeTab"
    ]
}