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?

no-beforeunload是由Sebastian Noack開發的Chrome擴展程式,該擴展的主要功能是“Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.”。

下載no-beforeunload擴展crx文件

下載no-beforeunload擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 no-beforeunload no-beforeunload
ID dlnlkhegmifbcipdgpggedmjdaganmei
官方網址 https://chromewebstore.google.com/detail/no-beforeunload/dlnlkhegmifbcipdgpggedmjdaganmei
簡介 Gets rid of all the annoying "Do you really want to leave this website?" prompts, by disabling the beforeunload event in Chrome.
檔案大小 3.25 KB
安裝次數 161
目前版本 1.0
更新時間 2013-11-07
上架時間 2013-11-07
評分 3.50/5 共 8 次評分
開發者 Sebastian Noack
付費類型 free
支援的語言 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"
        }
    ]
}