Block page unload
Block unloading of a website without your explicit consent. Useful for testing site tracking.
Was ist Block page unload?
Block page unload ist eine Chrome-Erweiterung, die von Gergely Kántor entwickelt wurde, und ihr Hauptmerkmal ist "Block unloading of a website without your explicit consent. Useful for testing site tracking.".
Erweiterungsscreenshots
Block page unload-Erweiterungs-CRX-Datei herunterladen
Laden Sie Block page unload-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | hmekidfmkegefndfdaflmamlbnhpgdoj |
| Offizielle URL | https://chromewebstore.google.com/detail/block-page-unload/hmekidfmkegefndfdaflmamlbnhpgdoj |
| Beschreibung | Block unloading of a website without your explicit consent. Useful for testing site tracking. |
| Dateigröße | 8.29 KB |
| Installationsanzahl | 30 |
| Aktuelle Version | 0.1.0 |
| Letztes Update | 2021-06-06 |
| Veröffentlichungsdatum | 2021-06-06 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Gergely Kántor |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |