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はVigilance DAOによって開発されたChromeの拡張機能で、その主な機能は「Protect yourself from new websites against potential scams, frauds & phishing sites. Maintained by a blockchain org 'Vigilance DAO'」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Web3 Vigilance - Browser security拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}