PunyCodeChecker

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

Co to jest PunyCodeChecker?

PunyCodeChecker to rozszerzenie Chrome opracowane przez NCIIPC India, a jego główną funkcją jest „PunyCodeChecker protects users from Homograph Attack. It will prompt a warning page when the visited domain name contains non-ASCII…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia PunyCodeChecker

Pobierz pliki rozszerzeń PunyCodeChecker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa PunyCodeChecker PunyCodeChecker
ID bodgongblbmaghghjlfphlbpbiepapne
Oficjalny URL https://chromewebstore.google.com/detail/punycodechecker/bodgongblbmaghghjlfphlbpbiepapne
Opis PunyCodeChecker protects users from Homograph Attack. It will prompt a warning page when the visited domain name contains non-ASCII…
Rozmiar pliku 528 KB
Liczba instalacji 174
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2023-05-09
Data Publikacji 2020-01-12
Ocena 5.00/5 Łącznie 6 Oceny
Deweloper NCIIPC India
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}