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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Block unloading of a website without your explicit consent. Useful for testing site tracking."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Block page unload एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}