Navigation Confirmation Blocker

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

What is Navigation Confirmation Blocker?

Navigation Confirmation Blocker is a Chrome extension developed by metarmask, and its main feature is "Blocks the confirmation dialog which sometimes appears when navigating from a page.".

Extension Screenshots

screenshot

Download Navigation Confirmation Blocker Extension CRX File

Download Navigation Confirmation Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Requested by reddit user redditgizmos.                    

Extension Basic Information

Name Navigation Confirmation Blocker Navigation Confirmation Blocker
ID hchjkkahngaaboddjlaghmcephdheofg
Official URL https://chromewebstore.google.com/detail/navigation-confirmation-b/hchjkkahngaaboddjlaghmcephdheofg
Description Blocks the confirmation dialog which sometimes appears when navigating from a page.
File Size 8.12 KB
Installation Count 1,162
Current Version 0.2
Last Updated 2016-04-05
Publish Date 2016-04-05
Rating 4.00/5 Total 9 Ratings
Developer metarmask
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}