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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة https://discord.gg/wTvGsNBHek
عنوان صفحة سياسة الخصوصية 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"
            ]
        }
    ]
}