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
Eメール [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"
            ]
        }
    ]
}