Block internationalized domain names (IDNs)

Automatically blocks all requests to hostnames which contain IDN labels.

What is Block internationalized domain names (IDNs)?

Block internationalized domain names (IDNs) is a Chrome extension developed by Jiri Pospisil, and its main feature is "Automatically blocks all requests to hostnames which contain IDN labels.".

Extension Screenshots

screenshot

Download Block internationalized domain names (IDNs) Extension CRX File

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

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

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

Extension Basic Information

Name Block internationalized domain names (IDNs) Block internationalized domain names (IDNs)
ID jmnapkaobebcoddgamggpchpnaikahff
Official URL https://chromewebstore.google.com/detail/block-internationalized-d/jmnapkaobebcoddgamggpchpnaikahff
Description Automatically blocks all requests to hostnames which contain IDN labels.
File Size 4.59 KB
Installation Count 217
Current Version 1.0.0
Last Updated 2017-04-19
Publish Date 2017-04-19
Rating 3.67/5 Total 3 Ratings
Developer Jiri Pospisil
Email [email protected]
Payment Type free
Supported Languages 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"
}