Block page unload
Block unloading of a website without your explicit consent. Useful for testing site tracking.
Qu'est-ce que Block page unload ?
Block page unload est une extension Chrome développée par Gergely Kántor, et sa fonction principale est "Block unloading of a website without your explicit consent. Useful for testing site tracking.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Block page unload
Téléchargez les fichiers d'extension Block page unload au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Block page unload |
ID | hmekidfmkegefndfdaflmamlbnhpgdoj |
URL Officiel | https://chromewebstore.google.com/detail/block-page-unload/hmekidfmkegefndfdaflmamlbnhpgdoj |
Description | Block unloading of a website without your explicit consent. Useful for testing site tracking. |
Taille du Fichier | 8.29 KB |
Nombre d'Installations | 30 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2021-06-06 |
Date de Publication | 2021-06-06 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Gergely Kántor |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |