IDN Safe
IDN Safe is a browser extension which blocks internationalized domain names to prevent you from visiting probable fake sites.
Wat is IDN Safe?
IDN Safe is een Chrome-extensie ontwikkeld door https://aykutcevik.com, en de belangrijkste functie is "IDN Safe is a browser extension which blocks internationalized domain names to prevent you from visiting probable fake sites.".
Extensie Screenshots
Download het CRX-bestand van de extensie IDN Safe
Download IDN Safe-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | IDN Safe |
ID | kegeenojcnijgmfgkcokknkbpmjcabdm |
Officiële URL | https://chromewebstore.google.com/detail/idn-safe/kegeenojcnijgmfgkcokknkbpmjcabdm |
Beschrijving | IDN Safe is a browser extension which blocks internationalized domain names to prevent you from visiting probable fake sites. |
Bestandsgrootte | 144 KB |
Aantal Installaties | 3,119 |
Huidige Versie | 1.5.1 |
Laatst Bijgewerkt | 2020-07-07 |
Publicatiedatum | 2019-10-02 |
Beoordeling | 5.00/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://aykutcevik.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/AykutCevik/IDN-Safe |
Help Pagina-URL | https://github.com/AykutCevik/IDN-Safe/issues |
URL van de Privacybeleid Pagina | https://aykutcevik.com/blog/extensions-privacy-policy |
Ondersteunde Talen | 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", " |