FoxEye

FoxEye - Metamask Protector

Was ist FoxEye?

FoxEye ist eine Chrome-Erweiterung, die von FoxEye.io entwickelt wurde, und ihr Hauptmerkmal ist "FoxEye - Metamask Protector".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

FoxEye-Erweiterungs-CRX-Datei herunterladen

Laden Sie FoxEye-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        FoxEye is an anti-malicious-transaction extension for Metamask and similar wallets. By analysing transaction data, FoxEye can identify and remind malicious contract interactions, raise an alarm then generate a detailed report when buying risky tokens and intercept phishing websites with big data provided by cloud servers. These protections are integrated with your wallet seamlessly once FoxEye is installed.                    

Grundlegende Informationen zur Erweiterung

Name FoxEye FoxEye
ID khecgfagoimhjpbkpilnlclmalmndgdk
Offizielle URL https://chromewebstore.google.com/detail/foxeye/khecgfagoimhjpbkpilnlclmalmndgdk
Beschreibung FoxEye - Metamask Protector
Dateigröße 1.58 MB
Installationsanzahl 446
Aktuelle Version 1.0.8
Letztes Update 2022-11-25
Veröffentlichungsdatum 2022-07-24
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler FoxEye.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://foxeye.io
Unterstützte Sprachen en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "version": "1.0.8",
    "manifest_version": 3,
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "js\/content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "tabs"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "js\/foxeyeProxy.js",
                "css\/*",
                "manifest.json"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_popup": "html\/popup.html",
        "default_icon": {
            "16": "\/icons\/logo.png",
            "32": "\/icons\/logo.png",
            "48": "\/icons\/logo.png",
            "128": "\/icons\/logo.png"
        },
        "default_title": "Foxeye"
    },
    "icons": {
        "16": "\/icons\/logo.png",
        "32": "\/icons\/logo.png",
        "48": "\/icons\/logo.png",
        "128": "\/icons\/logo.png"
    },
    "default_locale": "en"
}