Web3 Vigilance - Browser security

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

What is Web3 Vigilance - Browser security?

Web3 Vigilance - Browser security is a Chrome extension developed by Vigilance DAO, and its main feature is "Protect yourself from new websites against potential scams, frauds & phishing sites. Maintained by a blockchain org 'Vigilance DAO'".

Extension Screenshots

screenshot
screenshot
screenshot

Download Web3 Vigilance - Browser security Extension CRX File

Download Web3 Vigilance - Browser security extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Web3 Vigilance - Browser security Web3 Vigilance - Browser security
ID olgmmbfdmfbnihhcfhalglddbjobgpli
Official URL https://chromewebstore.google.com/detail/web3-vigilance-browser-se/olgmmbfdmfbnihhcfhalglddbjobgpli
Description Protect yourself from new websites against potential scams, frauds & phishing sites. Maintained by a blockchain org 'Vigilance DAO'
File Size 1.72 MB
Installation Count 81
Current Version 0.3.2
Last Updated 2023-08-30
Publish Date 2023-08-30
Rating 5.00/5 Total 7 Ratings
Developer Vigilance DAO
Email [email protected]
Payment Type free
Extension Website https://vigilancedao.org
Help Page URL https://discord.gg/wTvGsNBHek
Privacy Policy Page URL https://www.vigilancedao.org/privacy-policy
Supported Languages 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"
            ]
        }
    ]
}