Block page unload
Block unloading of a website without your explicit consent. Useful for testing site tracking.
Vad är Block page unload?
Block page unload är en Chrome-tillägg utvecklad av Gergely Kántor, och dess huvudfunktion är "Block unloading of a website without your explicit consent. Useful for testing site tracking.".
Tilläggsskärmbilder
Ladda ner Block page unload-förlängningens CRX-fil
Ladda ner Block page unload-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | Block page unload |
ID | hmekidfmkegefndfdaflmamlbnhpgdoj |
Officiell webbadress | https://chromewebstore.google.com/detail/block-page-unload/hmekidfmkegefndfdaflmamlbnhpgdoj |
Beskrivning | Block unloading of a website without your explicit consent. Useful for testing site tracking. |
Filstorlek | 8.29 KB |
Antal Installationer | 30 |
Aktuell Version | 0.1.0 |
Senast Uppdaterad | 2021-06-06 |
Publiceringsdatum | 2021-06-06 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | Gergely Kántor |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" ] } |