FungyProof

Check the technical quality of NFTs while browsing OpenSea.

FungyProof란 무엇입니까?

FungyProof은(는) https://fungyproof.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check the technical quality of NFTs while browsing OpenSea."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        FungyProof is a new way to grade, enrich, and display NFTs. 

Check your NFT for 30+ data points related to security, decentralization and energy then fix grade issues by adding your NFT to the registry with a FungyProof Case.                    

확장 프로그램 기본 정보

이름 FungyProof FungyProof
ID hclifjggbhfngpojckopbommebllpbgl
공식 URL https://chromewebstore.google.com/detail/fungyproof/hclifjggbhfngpojckopbommebllpbgl
설명 Check the technical quality of NFTs while browsing OpenSea.
파일 크기 1.1 MB
설치 횟수 17
현재 버전 0.0.2
최근 업데이트 2021-11-16
출시 날짜 2021-11-10
평점 5.00/5 총 2 개의 평점
개발자 https://fungyproof.com
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.fungyproof.com/legal
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FungyProof",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "Check the technical quality of NFTs while browsing OpenSea.",
    "homepage_url": "https:\/\/fungyproof.com",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/testnets.opensea.io\/*",
                "https:\/\/opensea.io\/*"
            ],
            "js": [
                "vendor\/jquery.js",
                "vendor\/sqrl.js",
                "vendor\/modal.js",
                "inject.js"
            ],
            "css": [
                "inject.css"
            ]
        }
    ],
    "browser_action": {
        "default_title": "FungyProof",
        "default_popup": "popup.html"
    },
    "permissions": [
        "https:\/\/testnets.opensea.io\/*\/*",
        "https:\/\/opensea.io\/*\/*"
    ],
    "web_accessible_resources": [
        "assets\/*",
        "templates.html"
    ]
}