PunyCodeChecker

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

PunyCodeChecker क्या है?

PunyCodeChecker NCIIPC India द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "PunyCodeChecker protects users from Homograph Attack. It will prompt a warning page when the visited domain name contains non-ASCII…"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में PunyCodeChecker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम PunyCodeChecker PunyCodeChecker
ID bodgongblbmaghghjlfphlbpbiepapne
आधिकारिक URL https://chromewebstore.google.com/detail/punycodechecker/bodgongblbmaghghjlfphlbpbiepapne
विवरण PunyCodeChecker protects users from Homograph Attack. It will prompt a warning page when the visited domain name contains non-ASCII…
फ़ाइल का आकार 528 KB
स्थापना संख्या 174
वर्तमान संस्करण 1.2
अंतिम अपडेट 2023-05-09
प्रकाशन तिथि 2020-01-12
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर NCIIPC India
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
}