FoxEye

FoxEye - Metamask Protector

FoxEye란 무엇입니까?

FoxEye은(는) FoxEye.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "FoxEye - Metamask Protector"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

FoxEye 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}