Block page unload
Block unloading of a website without your explicit consent. Useful for testing site tracking.
Wat is Block page unload?
Block page unload is een Chrome-extensie ontwikkeld door Gergely Kántor, en de belangrijkste functie is "Block unloading of a website without your explicit consent. Useful for testing site tracking.".
Extensie Screenshots
Download het CRX-bestand van de extensie Block page unload
Download Block page unload-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | hmekidfmkegefndfdaflmamlbnhpgdoj |
| Officiële URL | https://chromewebstore.google.com/detail/block-page-unload/hmekidfmkegefndfdaflmamlbnhpgdoj |
| Beschrijving | Block unloading of a website without your explicit consent. Useful for testing site tracking. |
| Bestandsgrootte | 8.29 KB |
| Aantal Installaties | 30 |
| Huidige Versie | 0.1.0 |
| Laatst Bijgewerkt | 2021-06-06 |
| Publicatiedatum | 2021-06-06 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Gergely Kántor |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |