Block page unload
Block unloading of a website without your explicit consent. Useful for testing site tracking.
Co to jest Block page unload?
Block page unload to rozszerzenie Chrome opracowane przez Gergely Kántor, a jego główną funkcją jest „Block unloading of a website without your explicit consent. Useful for testing site tracking.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Block page unload
Pobierz pliki rozszerzeń Block page unload w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Block page unload |
ID | hmekidfmkegefndfdaflmamlbnhpgdoj |
Oficjalny URL | https://chromewebstore.google.com/detail/block-page-unload/hmekidfmkegefndfdaflmamlbnhpgdoj |
Opis | Block unloading of a website without your explicit consent. Useful for testing site tracking. |
Rozmiar pliku | 8.29 KB |
Liczba instalacji | 30 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2021-06-06 |
Data Publikacji | 2021-06-06 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Gergely Kántor |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" ] } |