Navigation Confirmation Blocker

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

Hvad er Navigation Confirmation Blocker?

Navigation Confirmation Blocker er en Chrome-udvidelse udviklet af metarmask, og dens hovedfunktion er "Blocks the confirmation dialog which sometimes appears when navigating from a page.".

Udvidelsesskærmbilleder

screenshot

Download Navigation Confirmation Blocker-udvidelses-CRX-fil

Download Navigation Confirmation Blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Requested by reddit user redditgizmos.                    

Grundlæggende oplysninger om udvidelsen

Navn Navigation Confirmation Blocker Navigation Confirmation Blocker
ID hchjkkahngaaboddjlaghmcephdheofg
Officiel URL https://chromewebstore.google.com/detail/navigation-confirmation-b/hchjkkahngaaboddjlaghmcephdheofg
Beskrivelse Blocks the confirmation dialog which sometimes appears when navigating from a page.
Filstørrelse 8.12 KB
Antal Installationer 1,162
Nuværende Version 0.2
Senest Opdateret 2016-04-05
Udgivelsesdato 2016-04-05
Bedømmelse 4.00/5 Samlet 9 Bedømmelser
Udvikler metarmask
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}