Navigation Confirmation Blocker

Blocks the confirmation dialog which sometimes appears when navigating from a page.

什么是Navigation Confirmation Blocker?

Navigation Confirmation Blocker是由metarmask开发的Chrome扩展程序,该扩展的主要功能是“Blocks the confirmation dialog which sometimes appears when navigating from a page.”。

扩展截图

screenshot

下载Navigation Confirmation Blocker扩展crx文件

下载Navigation Confirmation Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Upcoming features:
* Option to choose where to block them
* Option to replace with non-intrusive version

Requested by reddit user redditgizmos.                    

扩展基本信息

名称 Navigation Confirmation Blocker Navigation Confirmation Blocker
ID hchjkkahngaaboddjlaghmcephdheofg
官方URL https://chromewebstore.google.com/detail/navigation-confirmation-b/hchjkkahngaaboddjlaghmcephdheofg
简介 Blocks the confirmation dialog which sometimes appears when navigating from a page.
文件大小 8.12 KB
安装次数 1,162
当前版本 0.2
更新时间 2016-04-05
上架时间 2016-04-05
评分 4.00/5 共9次评分
开发者 metarmask
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Navigation Confirmation Blocker",
    "description": "Blocks the confirmation dialog which sometimes appears when navigating from a page.",
    "version": "0.2",
    "author": "metarmask",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "content-script.js"
            ]
        }
    ]
}