Block page unload

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

Co je Block page unload?

Block page unload je rozšíření Chrome vyvinuté Gergely Kántor, a jeho hlavní funkcí je „Block unloading of a website without your explicit consent. Useful for testing site tracking.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Block page unload

Stáhněte si soubory rozšíření Block page unload ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Block page unload Block page unload
ID hmekidfmkegefndfdaflmamlbnhpgdoj
Oficiální URL https://chromewebstore.google.com/detail/block-page-unload/hmekidfmkegefndfdaflmamlbnhpgdoj
Popis Block unloading of a website without your explicit consent. Useful for testing site tracking.
Velikost souboru 8.29 KB
Počet instalací 30
Aktuální Verze 0.1.0
Poslední Aktualizace 2021-06-06
Datum Vydání 2021-06-06
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář Gergely Kántor
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}