Block page unload

Block unloading of a website without your explicit consent. Useful for testing site tracking.

Block page unload là gì?

Block page unload là một tiện ích mở rộng Chrome được phát triển bởi Gergely Kántor, và tính năng chính của nó là "Block unloading of a website without your explicit consent. Useful for testing site tracking.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Block page unload

Tải xuống các tệp mở rộng Block page unload dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Block page unload Block page unload
ID hmekidfmkegefndfdaflmamlbnhpgdoj
URL Chính Thức https://chromewebstore.google.com/detail/block-page-unload/hmekidfmkegefndfdaflmamlbnhpgdoj
Mô tả Block unloading of a website without your explicit consent. Useful for testing site tracking.
Kích Thước Tệp 8.29 KB
Số Lần Cài Đặt 30
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2021-06-06
Ngày Phát Hành 2021-06-06
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Gergely Kántor
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}