IDN Safe

IDN Safe is a browser extension which blocks internationalized domain names to prevent you from visiting probable fake sites.

IDN Safeとは何ですか?

IDN Safeはhttps://aykutcevik.comによって開発されたChromeの拡張機能で、その主な機能は「IDN Safe is a browser extension which blocks internationalized domain names to prevent you from visiting probable fake sites.」です。

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

screenshot
screenshot
screenshot

IDN Safe拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        IDN Safe blocks internationalized domain names also known as punycode domains. This helps you to identify them and will prevent you from visiting probable fake sites.

The use of Unicode in domain names makes it potentially easier to spoof web sites as the visual representation of an IDN string in a web browser may make a spoof site appear indistinguishable to the legitimate site being spoofed, depending on the font used.

With IDN Safe you can temporarily allow domains or whitelist them at all. By default they are blocked.

Please feel free to make some requests at github:
https://github.com/AykutCevik/IDN-Safe                    

拡張機能の基本情報

名前 IDN Safe IDN Safe
ID kegeenojcnijgmfgkcokknkbpmjcabdm
公式URL https://chromewebstore.google.com/detail/idn-safe/kegeenojcnijgmfgkcokknkbpmjcabdm
説明 IDN Safe is a browser extension which blocks internationalized domain names to prevent you from visiting probable fake sites.
ファイルサイズ 144 KB
インストール数 3,119
現在のバージョン 1.5.1
最終更新日 2020-07-07
公開日 2019-10-02
評価 5.00/5 合計 7 レビュー
開発者 https://aykutcevik.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/AykutCevik/IDN-Safe
ヘルプページのURL https://github.com/AykutCevik/IDN-Safe/issues
プライバシーポリシーページのURL https://aykutcevik.com/blog/extensions-privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "version": "1.5.1",
    "manifest_version": 2,
    "icons": {
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png",
        "512": "img\/icon_512.png"
    },
    "description": "__MSG_extensionDescription__",
    "default_locale": "en_US",
    "background": {
        "scripts": [
            "js\/constants.js",
            "js\/punycode.js",
            "js\/background.js"
        ]
    },
    "minimum_chrome_version": "50",
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "browser_action": {
        "default_title": "IDN Safe",
        "default_icon": "img\/icon_48.png",
        "default_popup": "html\/popup.html"
    },
    "author": "Aykut \u00c7evik"
}