IDN Safe
IDN Safe is a browser extension which blocks internationalized domain names to prevent you from visiting probable fake sites.
Qu'est-ce que IDN Safe ?
IDN Safe est une extension Chrome développée par https://aykutcevik.com, et sa fonction principale est "IDN Safe is a browser extension which blocks internationalized domain names to prevent you from visiting probable fake sites.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension IDN Safe
Téléchargez les fichiers d'extension IDN Safe au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | IDN Safe |
ID | kegeenojcnijgmfgkcokknkbpmjcabdm |
URL Officiel | https://chromewebstore.google.com/detail/idn-safe/kegeenojcnijgmfgkcokknkbpmjcabdm |
Description | IDN Safe is a browser extension which blocks internationalized domain names to prevent you from visiting probable fake sites. |
Taille du Fichier | 144 KB |
Nombre d'Installations | 3,119 |
Version Actuelle | 1.5.1 |
Dernière Mise à Jour | 2020-07-07 |
Date de Publication | 2019-10-02 |
Évaluation | 5.00/5 Total 7 Évaluations |
Développeur | https://aykutcevik.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/AykutCevik/IDN-Safe |
URL de la Page d'Aide | https://github.com/AykutCevik/IDN-Safe/issues |
URL de la Page de Politique de Confidentialité | https://aykutcevik.com/blog/extensions-privacy-policy |
Langues Prises en Charge | 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", " |