Block page unload
Block unloading of a website without your explicit consent. Useful for testing site tracking.
什麼是Block page unload?
Block page unload是由Gergely Kántor開發的Chrome擴展程式,該擴展的主要功能是“Block unloading of a website without your explicit consent. Useful for testing site tracking.”。
擴展截圖
下載Block page unload擴展crx文件
下載Block page unload擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Block page unload |
ID | hmekidfmkegefndfdaflmamlbnhpgdoj |
官方網址 | https://chromewebstore.google.com/detail/block-page-unload/hmekidfmkegefndfdaflmamlbnhpgdoj |
簡介 | Block unloading of a website without your explicit consent. Useful for testing site tracking. |
檔案大小 | 8.29 KB |
安裝次數 | 30 |
目前版本 | 0.1.0 |
更新時間 | 2021-06-06 |
上架時間 | 2021-06-06 |
評分 | 5.00/5 共 1 次評分 |
開發者 | Gergely Kántor |
電子郵箱 | [email protected] |
付費類型 | free |
支援的語言 | 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" ] } |