Security Surf

Raising awareness of dangerous websites as you surf across the internet.

Security Surfคืออะไร?

Security Surf เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rajeevj.co.uk และคุณลักษณะหลักของมันคือ "Raising awareness of dangerous websites as you surf across the internet."

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

screenshot
screenshot

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

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

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

                        This Chrome Extension will analyse the websites you visit and report to you how safe it is to use. It will provide a security rating of each website and help teach you why a website is unsafe to use.                    

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

ชื่อ Security Surf Security Surf
ID ekhcklnpcdailhganpmoolfioojgnlii
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/security-surf/ekhcklnpcdailhganpmoolfioojgnlii
คำอธิบาย Raising awareness of dangerous websites as you surf across the internet.
ขนาดไฟล์ 758 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-08-25
วันที่เผยแพร่ 2022-04-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://rajeevj.co.uk
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Security Surf",
    "description": "Raising awareness of dangerous websites as you surf across the internet.",
    "version": "1.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "activeTab"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/SecuritySurfLogo16.png",
            "32": "\/assets\/SecuritySurfLogo32.png",
            "48": "\/assets\/SecuritySurfLogo48.png",
            "128": "\/assets\/SecuritySurfLogo128.png"
        }
    },
    "icons": {
        "16": "\/assets\/SecuritySurfLogo16.png",
        "32": "\/assets\/SecuritySurfLogo32.png",
        "48": "\/assets\/SecuritySurfLogo48.png",
        "128": "\/assets\/SecuritySurfLogo128.png"
    }
}