Block page unload

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

Block page unloadคืออะไร?

Block page unload เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Gergely Kántor และคุณลักษณะหลักของมันคือ "Block unloading of a website without your explicit consent. Useful for testing site tracking."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Block page unload

ดาวน์โหลดไฟล์ส่วนขยาย 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 Block page unload
ID hmekidfmkegefndfdaflmamlbnhpgdoj
URL อย่างเป็นทางการ 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"
    ]
}