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"
            ]
        }
    ]
}