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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    ]
}