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
电子邮箱 [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"
}