FoxEye

FoxEye - Metamask Protector

FoxEyeとは何ですか?

FoxEyeはFoxEye.ioによって開発されたChromeの拡張機能で、その主な機能は「FoxEye - Metamask Protector」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

FoxEye拡張機能のCRXファイルをダウンロード

FoxEye拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 FoxEye FoxEye
ID khecgfagoimhjpbkpilnlclmalmndgdk
公式URL https://chromewebstore.google.com/detail/foxeye/khecgfagoimhjpbkpilnlclmalmndgdk
説明 FoxEye - Metamask Protector
ファイルサイズ 1.58 MB
インストール数 446
現在のバージョン 1.0.8
最終更新日 2022-11-25
公開日 2022-07-24
評価 5.00/5 合計 1 レビュー
開発者 FoxEye.io
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://foxeye.io
対応言語 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"
}