FoxEye

FoxEye - Metamask Protector

FoxEye là gì?

FoxEye là một tiện ích mở rộng Chrome được phát triển bởi FoxEye.io, và tính năng chính của nó là "FoxEye - Metamask Protector".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FoxEye

Tải xuống các tệp mở rộng FoxEye dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên FoxEye FoxEye
ID khecgfagoimhjpbkpilnlclmalmndgdk
URL Chính Thức https://chromewebstore.google.com/detail/foxeye/khecgfagoimhjpbkpilnlclmalmndgdk
Mô tả FoxEye - Metamask Protector
Kích Thước Tệp 1.58 MB
Số Lần Cài Đặt 446
Phiên Bản Hiện Tại 1.0.8
Cập Nhật Lần Cuối 2022-11-25
Ngày Phát Hành 2022-07-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển FoxEye.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://foxeye.io
Ngôn Ngữ Được Hỗ Trợ 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"
}