IDN Safe
IDN Safe is a browser extension which blocks internationalized domain names to prevent you from visiting probable fake sites.
Was ist IDN Safe?
IDN Safe ist eine Chrome-Erweiterung, die von https://aykutcevik.com entwickelt wurde, und ihr Hauptmerkmal ist "IDN Safe is a browser extension which blocks internationalized domain names to prevent you from visiting probable fake sites.".
Erweiterungsscreenshots
IDN Safe-Erweiterungs-CRX-Datei herunterladen
Laden Sie IDN Safe-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | IDN Safe |
ID | kegeenojcnijgmfgkcokknkbpmjcabdm |
Offizielle URL | https://chromewebstore.google.com/detail/idn-safe/kegeenojcnijgmfgkcokknkbpmjcabdm |
Beschreibung | IDN Safe is a browser extension which blocks internationalized domain names to prevent you from visiting probable fake sites. |
Dateigröße | 144 KB |
Installationsanzahl | 3,119 |
Aktuelle Version | 1.5.1 |
Letztes Update | 2020-07-07 |
Veröffentlichungsdatum | 2019-10-02 |
Bewertung | 5.00/5 Insgesamt 7 Bewertungen |
Entwickler | https://aykutcevik.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/AykutCevik/IDN-Safe |
Hilfeseite URL | https://github.com/AykutCevik/IDN-Safe/issues |
URL der Datenschutzrichtlinien-Seite | https://aykutcevik.com/blog/extensions-privacy-policy |
Unterstützte Sprachen | 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", " |