PunyCodeChecker

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

ما هو PunyCodeChecker؟

PunyCodeChecker هو إضافة Chrome تم تطويرها بواسطة NCIIPC India، والميزة الرئيسية لها هي "PunyCodeChecker protects users from Homograph Attack. It will prompt a warning page when the visited domain name contains non-ASCII…".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة PunyCodeChecker

قم بتنزيل ملفات الامتداد PunyCodeChecker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
}