Block internationalized domain names (IDNs)

Automatically blocks all requests to hostnames which contain IDN labels.

Hvad er Block internationalized domain names (IDNs)?

Block internationalized domain names (IDNs) er en Chrome-udvidelse udviklet af Jiri Pospisil, og dens hovedfunktion er "Automatically blocks all requests to hostnames which contain IDN labels.".

Udvidelsesskærmbilleder

screenshot

Download Block internationalized domain names (IDNs)-udvidelses-CRX-fil

Download Block internationalized domain names (IDNs)-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

                        An extension which blocks requests to websites which use Internationalized domain names (IDN).

https://github.com/jiripospisil/chrome-block-idns                    

Grundlæggende oplysninger om udvidelsen

Navn Block internationalized domain names (IDNs) Block internationalized domain names (IDNs)
ID jmnapkaobebcoddgamggpchpnaikahff
Officiel URL https://chromewebstore.google.com/detail/block-internationalized-d/jmnapkaobebcoddgamggpchpnaikahff
Beskrivelse Automatically blocks all requests to hostnames which contain IDN labels.
Filstørrelse 4.59 KB
Antal Installationer 217
Nuværende Version 1.0.0
Senest Opdateret 2017-04-19
Udgivelsesdato 2017-04-19
Bedømmelse 3.67/5 Samlet 3 Bedømmelser
Udvikler Jiri Pospisil
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": "Block internationalized domain names (IDNs)",
    "version": "1.0.0",
    "description": "Automatically blocks all requests to hostnames which contain IDN labels.",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            ".\/extension.js"
        ]
    },
    "author": "Jiri Pospisil",
    "homepage_url": "https:\/\/github.com\/jiripospisil\/chrome-block-idns"
}