Web3 Vigilance - Browser security

Protect yourself from new websites against potential scams, frauds & phishing sites. Maintained by a blockchain org 'Vigilance DAO'

Web3 Vigilance - Browser securityคืออะไร?

Web3 Vigilance - Browser security เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Vigilance DAO และคุณลักษณะหลักของมันคือ "Protect yourself from new websites against potential scams, frauds & phishing sites. Maintained by a blockchain org 'Vigilance DAO'"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Web3 Vigilance - Browser security

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

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

                        The extension will help you be safe when interacting with web3 DApps. The extension crowdsources active scammers information and alerts you if you open one. 

Additionally, you can also report fraudulent domains to warn rewards in crypto. 

The team behind this extension is a blockchain based decentralised autonomous organisation (DAO). The community aims to maintain active information about legitimacy about domains and open source this information for the good of web users.                    

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

ชื่อ Web3 Vigilance - Browser security Web3 Vigilance - Browser security
ID olgmmbfdmfbnihhcfhalglddbjobgpli
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/web3-vigilance-browser-se/olgmmbfdmfbnihhcfhalglddbjobgpli
คำอธิบาย Protect yourself from new websites against potential scams, frauds & phishing sites. Maintained by a blockchain org 'Vigilance DAO'
ขนาดไฟล์ 1.72 MB
จำนวนการติดตั้ง 81
เวอร์ชันปัจจุบัน 0.3.2
อัปเดตครั้งล่าสุด 2023-08-30
วันที่เผยแพร่ 2023-08-30
คะแนน 5.00/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา Vigilance DAO
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://vigilancedao.org
URL หน้าช่วยเหลือ https://discord.gg/wTvGsNBHek
URL หน้านโยบายความเป็นส่วนตัว https://www.vigilancedao.org/privacy-policy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Web3 Vigilance - Browser security",
    "description": "Protect yourself from new websites against potential scams, frauds & phishing sites. Maintained by a blockchain org 'Vigilance DAO'",
    "version": "0.3.2",
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "storage",
        "activeTab",
        "tabs"
    ],
    "action": [],
    "web_accessible_resources": [
        {
            "resources": [
                "static\/*",
                "images\/*",
                "content.js",
                "fonts\/*",
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "psl.min.js",
                "ethers.umd.min.js",
                "detect-provider.min.js",
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ]
}