no-beforeunload

Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.

no-beforeunload là gì?

no-beforeunload là một tiện ích mở rộng Chrome được phát triển bởi Sebastian Noack, và tính năng chính của nó là "Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.".

Tải xuống tệp CRX của tiện ích mở rộng no-beforeunload

Tải xuống các tệp mở rộng no-beforeunload 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

                        Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.                    

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

Tên no-beforeunload no-beforeunload
ID dlnlkhegmifbcipdgpggedmjdaganmei
URL Chính Thức https://chromewebstore.google.com/detail/no-beforeunload/dlnlkhegmifbcipdgpggedmjdaganmei
Mô tả Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.
Kích Thước Tệp 3.25 KB
Số Lần Cài Đặt 161
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2013-11-07
Ngày Phát Hành 2013-11-07
Đánh Giá 3.50/5 Tổng số 8 Đánh Giá
Nhà Phát Triển Sebastian Noack
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "no-beforeunload",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ]
}