Navigation Confirmation Blocker

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

Wat is Navigation Confirmation Blocker?

Navigation Confirmation Blocker is een Chrome-extensie ontwikkeld door metarmask, en de belangrijkste functie is "Blocks the confirmation dialog which sometimes appears when navigating from a page.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Navigation Confirmation Blocker

Download Navigation Confirmation Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Requested by reddit user redditgizmos.                    

Basisinformatie over de Extensie

Naam Navigation Confirmation Blocker Navigation Confirmation Blocker
ID hchjkkahngaaboddjlaghmcephdheofg
Officiële URL https://chromewebstore.google.com/detail/navigation-confirmation-b/hchjkkahngaaboddjlaghmcephdheofg
Beschrijving Blocks the confirmation dialog which sometimes appears when navigating from a page.
Bestandsgrootte 8.12 KB
Aantal Installaties 1,162
Huidige Versie 0.2
Laatst Bijgewerkt 2016-04-05
Publicatiedatum 2016-04-05
Beoordeling 4.00/5 Totaal 9 Beoordelingen
Ontwikkelaar metarmask
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}