FIVE-O Web Protection

Protects the user from potential cryptocurrency scam websites.

Τι είναι το FIVE-O Web Protection;

Το FIVE-O Web Protection είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Developers Anonymous, και η κύρια λειτουργία του είναι "Protects the user from potential cryptocurrency scam websites.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης FIVE-O Web Protection

Λήψη αρχείων επέκτασης FIVE-O Web Protection σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        FIVE-O is an open-source browser extension designed to protect users from potentially harmful websites in the cryptocurrency space. The extension is free to use and available to all, displaying a warning when attempting to access a site from its growing database, ensuring that end-users can keep their assets secure.

Holders of FIVE-O NFTs can unlock additional features, including the ability to submit reports directly from the extension and access to a curated list of trusted sites, which are marked with a green checkmark. The extension also displays a warning icon when the user accesses a site such as teamviewer.com that contains software commonly used by scammers.

Non-holders, while not able to access these additional features, can still benefit from the core functionality of the extension, which provides an added layer of security to anyone navigating the world of web3.

Join our discord to help make the web safer for cryptocurrency enthusiasts.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα FIVE-O Web Protection FIVE-O Web Protection
ID findleoghfonpfjbofjmogljkhjkecbo
Επίσημο URL https://chromewebstore.google.com/detail/five-o-web-protection/findleoghfonpfjbofjmogljkhjkecbo
Περιγραφή Protects the user from potential cryptocurrency scam websites.
Μέγεθος Αρχείου 2 MB
Αριθμός Εγκαταστάσεων 24
Τρέχουσα Έκδοση 1.5
Τελευταία Ενημέρωση 2023-02-19
Ημερομηνία Δημοσίευσης 2022-07-18
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής Developers Anonymous
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://five-o.app/
Διεύθυνση URL της Σελίδας Βοήθειας https://discord.gg/vseMBANmDr
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FIVE-O Web Protection",
    "description": "Protects the user from potential cryptocurrency scam websites.",
    "version": "1.5",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "blocked\/blocked.html",
                "https:\/\/fonts.googleapis.com",
                "https:\/\/fonts.gstatic.com",
                "https:\/\/fonts.googleapis.com\/css2?family=Kanit:ital,wght@1,400;1,600&family=Nunito+Sans:wght@300;400;600;700&display=swap"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "32": "icons\/icon-32.png",
        "48": "icons\/icon-48.png",
        "128": "icons\/icon-128.png"
    },
    "permissions": [
        "storage",
        "tabs"
    ],
    "action": {
        "default_title": "FIVE-O Web Protection",
        "default_icon": "icons\/icon-48.png",
        "default_popup": "popup\/popup.html"
    }
}