WebSiteChecker

Checks whether the currently open page or linked pages are safe.

WebSiteCheckerคืออะไร?

WebSiteChecker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย OrcaSoft และคุณลักษณะหลักของมันคือ "Checks whether the currently open page or linked pages are safe."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WebSiteChecker

ดาวน์โหลดไฟล์ส่วนขยาย WebSiteChecker ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        You can investigate with one click whether the currently displayed page or the linked page is safe. Additionally, you can thoroughly check details such as the host name, IP address, domain, and administrator name of the target site.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WebSiteChecker WebSiteChecker
ID odolknbekbmmjpkcphdoflncdefnecfc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/websitechecker/odolknbekbmmjpkcphdoflncdefnecfc
คำอธิบาย Checks whether the currently open page or linked pages are safe.
ขนาดไฟล์ 25.56 KB
จำนวนการติดตั้ง 1,560
เวอร์ชันปัจจุบัน 2.0.3
อัปเดตครั้งล่าสุด 2024-01-02
วันที่เผยแพร่ 2015-08-25
คะแนน 3.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา OrcaSoft
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://orca-soft.net/chrome/pd/html/privacy_policy.html
ภาษาที่รองรับ en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extentionTitle__",
    "description": "__MSG_extentionDescription__",
    "version": "2.0.3",
    "default_locale": "en",
    "homepage_url": "https:\/\/orca-soft.net\/web\/",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_default_title__"
    },
    "icons": {
        "16": "icons\/app16.png",
        "32": "icons\/app32.png",
        "64": "icons\/app64.png",
        "128": "icons\/app128.png"
    },
    "permissions": [
        "activeTab",
        "contextMenus"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; img-src 'self' http:\/\/* https:\/\/* data:; script-src 'self'; style-src 'self' http:\/\/* https:\/\/* 'unsafe-inline'; connect-src 'self' http:\/\/* https:\/\/*;"
    }
}