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
官方URL 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"
        }
    ]
}