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
官方網址 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"
}