PunyCodeChecker

PunyCodeChecker protects users from Homograph Attack. It will prompt a warning page when the visited domain name contains non-ASCII…

Qu'est-ce que PunyCodeChecker ?

PunyCodeChecker est une extension Chrome développée par NCIIPC India, et sa fonction principale est "PunyCodeChecker protects users from Homograph Attack. It will prompt a warning page when the visited domain name contains non-ASCII…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension PunyCodeChecker

Téléchargez les fichiers d'extension PunyCodeChecker 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

                        PunyCodeChecker protects users from Homograph Attack. It will prompt a warning page when the visited domain name contains non-ASCII characters. Users can clear the exempted URLs by clicking on the plugin icon. It has a safe browsing button redirecting to bing.                    

Informations de Base sur l'Extension

Nom PunyCodeChecker PunyCodeChecker
ID bodgongblbmaghghjlfphlbpbiepapne
URL Officiel https://chromewebstore.google.com/detail/punycodechecker/bodgongblbmaghghjlfphlbpbiepapne
Description PunyCodeChecker protects users from Homograph Attack. It will prompt a warning page when the visited domain name contains non-ASCII…
Taille du Fichier 528 KB
Nombre d'Installations 174
Version Actuelle 1.2
Dernière Mise à Jour 2023-05-09
Date de Publication 2020-01-12
Évaluation 5.00/5 Total 6 Évaluations
Développeur NCIIPC India
Email [email protected]
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "PunyCodeChecker",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "author": "NCIIPC India",
    "browser_action": {
        "default_title": "Punycode Checker by NCIIPC India",
        "default_popup": "ClearListofExemptedURLs.html"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "PunyCodeChecker.js"
        ]
    },
    "web_accessible_resources": [
        "PunyCodeCheckerSiteBlocked.html"
    ],
    "minimum_chrome_version": "46"
}