IDN Safe

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

O que é IDN Safe?

IDN Safe é uma extensão do Chrome desenvolvida por https://aykutcevik.com, e sua principal característica é "IDN Safe is a browser extension which blocks internationalized domain names to prevent you from visiting probable fake sites.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão IDN Safe

Baixe arquivos de extensão IDN Safe no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome IDN Safe IDN Safe
ID kegeenojcnijgmfgkcokknkbpmjcabdm
URL Oficial https://chromewebstore.google.com/detail/idn-safe/kegeenojcnijgmfgkcokknkbpmjcabdm
Descrição IDN Safe is a browser extension which blocks internationalized domain names to prevent you from visiting probable fake sites.
Tamanho do Arquivo 144 KB
Contagem de Instalações 3,119
Versão Atual 1.5.1
Última Atualização 2020-07-07
Data de Publicação 2019-10-02
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor https://aykutcevik.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/AykutCevik/IDN-Safe
URL da Página de Ajuda https://github.com/AykutCevik/IDN-Safe/issues
URL da Página de Política de Privacidade https://aykutcevik.com/blog/extensions-privacy-policy
Idiomas Suportados 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"
}