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