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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}