Navigation Confirmation Blocker

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

Was ist Navigation Confirmation Blocker?

Navigation Confirmation Blocker ist eine Chrome-Erweiterung, die von metarmask entwickelt wurde, und ihr Hauptmerkmal ist "Blocks the confirmation dialog which sometimes appears when navigating from a page.".

Erweiterungsscreenshots

screenshot

Navigation Confirmation Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Navigation Confirmation Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Requested by reddit user redditgizmos.                    

Grundlegende Informationen zur Erweiterung

Name Navigation Confirmation Blocker Navigation Confirmation Blocker
ID hchjkkahngaaboddjlaghmcephdheofg
Offizielle URL https://chromewebstore.google.com/detail/navigation-confirmation-b/hchjkkahngaaboddjlaghmcephdheofg
Beschreibung Blocks the confirmation dialog which sometimes appears when navigating from a page.
Dateigröße 8.12 KB
Installationsanzahl 1,162
Aktuelle Version 0.2
Letztes Update 2016-04-05
Veröffentlichungsdatum 2016-04-05
Bewertung 4.00/5 Insgesamt 9 Bewertungen
Entwickler metarmask
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}