FoxEye

FoxEye - Metamask Protector

FoxEye क्या है?

FoxEye FoxEye.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "FoxEye - Metamask Protector"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में FoxEye एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
}