FoxEye

FoxEye - Metamask Protector

Apa itu FoxEye?

FoxEye adalah ekstensi Chrome yang dikembangkan oleh FoxEye.io, dan fitur utamanya adalah "FoxEye - Metamask Protector".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi FoxEye

Unduh file ekstensi FoxEye dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama FoxEye FoxEye
ID khecgfagoimhjpbkpilnlclmalmndgdk
URL Resmi https://chromewebstore.google.com/detail/foxeye/khecgfagoimhjpbkpilnlclmalmndgdk
Deskripsi FoxEye - Metamask Protector
Ukuran File 1.58 MB
Jumlah Instalasi 446
Versi Saat Ini 1.0.8
Terakhir Diperbarui 2022-11-25
Tanggal Publikasi 2022-07-24
Penilaian 5.00/5 Total 1 Penilaian
Pengembang FoxEye.io
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://foxeye.io
Bahasa yang Didukung 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"
}