Safe Links

This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.

Safe Linksคืออะไร?

Safe Links เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Oscar และคุณลักษณะหลักของมันคือ "This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links."

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

screenshot
screenshot

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

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

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

                        This extension verifies the links on the websites you visit, preventing your browsing from accidentally clicking on dangerous links.  It is the only free link checking app on the chrome web store for detecting malicious links and warning the user of the type of dangerous malware on a website (that actually works and isn't malware itself).

Simply click on the app's button "Check for Dangerous Links" on whichever website you wish to check, and it will list all suspicious links.                    

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

ชื่อ Safe Links Safe Links
ID mcfmebiihmdgpmlbadeoncjigcnconfo
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/safe-links/mcfmebiihmdgpmlbadeoncjigcnconfo
คำอธิบาย This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.
ขนาดไฟล์ 35.97 KB
จำนวนการติดตั้ง 64
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2021-08-18
วันที่เผยแพร่ 2021-08-18
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Oscar
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://oscarchungpa.wixsite.com/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Safe Links",
    "description": "This extension verifies the links of the websites you visit, preventing your browsing from accidentally clicking on dangerous links.",
    "version": "0.1.0",
    "manifest_version": 2,
    "icons": {
        "16": ".\/safe-link-logo.png",
        "32": ".\/safe-link-logo.png",
        "48": ".\/safe-link-logo.png",
        "128": ".\/safe-link-logo.png"
    },
    "background": {
        "scripts": [
            ".\/background.js"
        ]
    },
    "options_page": ".\/options.html",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "*:\/\/*\/*"
    ]
}