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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}