Block internationalized domain names (IDNs)

Automatically blocks all requests to hostnames which contain IDN labels.

Block internationalized domain names (IDNs)とは何ですか?

Block internationalized domain names (IDNs)はJiri Pospisilによって開発されたChromeの拡張機能で、その主な機能は「Automatically blocks all requests to hostnames which contain IDN labels.」です。

拡張機能のスクリーンショット

screenshot

Block internationalized domain names (IDNs)拡張機能のCRXファイルをダウンロード

Block internationalized domain names (IDNs)拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

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

拡張機能の基本情報

名前 Block internationalized domain names (IDNs) Block internationalized domain names (IDNs)
ID jmnapkaobebcoddgamggpchpnaikahff
公式URL https://chromewebstore.google.com/detail/block-internationalized-d/jmnapkaobebcoddgamggpchpnaikahff
説明 Automatically blocks all requests to hostnames which contain IDN labels.
ファイルサイズ 4.59 KB
インストール数 217
現在のバージョン 1.0.0
最終更新日 2017-04-19
公開日 2017-04-19
評価 3.67/5 合計 3 レビュー
開発者 Jiri Pospisil
Eメール [email protected]
支払い方法 free
対応言語 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"
}