PunyCodeChecker

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

Cos'è PunyCodeChecker?

PunyCodeChecker è un'estensione di Chrome sviluppata da NCIIPC India, e la sua funzione principale è "PunyCodeChecker protects users from Homograph Attack. It will prompt a warning page when the visited domain name contains non-ASCII…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione PunyCodeChecker

Scarica i file di estensione PunyCodeChecker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome PunyCodeChecker PunyCodeChecker
ID bodgongblbmaghghjlfphlbpbiepapne
URL Ufficiale https://chromewebstore.google.com/detail/punycodechecker/bodgongblbmaghghjlfphlbpbiepapne
Descrizione PunyCodeChecker protects users from Homograph Attack. It will prompt a warning page when the visited domain name contains non-ASCII…
Dimensione del File 528 KB
Conteggio Installazioni 174
Versione Corrente 1.2
Ultimo Aggiornamento 2023-05-09
Data di Pubblicazione 2020-01-12
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore NCIIPC India
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}