Exodia

View Exodia.io analytics within Opensea NFT marketplace.

Exodia란 무엇입니까?

Exodia은(는) Exodia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "View Exodia.io analytics within Opensea NFT marketplace."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Integrates Exodia.io analytics into OpenSea making it easier to reach the Exodia data you need directly from OpenSea.

View rarity, value estimates, and quickly jump to Exodia.io using this extension on OpenSea, LooksRare and Twitter.                    

확장 프로그램 기본 정보

이름 Exodia Exodia
ID pmgipgidcnbnbnmjbmjdpblgipmfipgl
공식 URL https://chromewebstore.google.com/detail/exodia/pmgipgidcnbnbnmjbmjdpblgipmfipgl
설명 View Exodia.io analytics within Opensea NFT marketplace.
파일 크기 30.81 KB
설치 횟수 228
현재 버전 0.0.8
최근 업데이트 2022-04-10
출시 날짜 2021-12-19
평점 5.00/5 총 2 개의 평점
개발자 Exodia
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://exodia.io
도움말 페이지 URL https://exodia.io
개인정보 보호 정책 페이지 URL https://exodia.io/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Exodia",
    "description": "View Exodia.io analytics within Opensea NFT marketplace.",
    "version": "0.0.8",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/blue-light.png",
            "32": "\/images\/blue-light.png",
            "48": "\/images\/blue-light.png",
            "128": "\/images\/blue-light.png"
        }
    },
    "icons": {
        "16": "\/images\/blue-black.png",
        "32": "\/images\/blue-black.png",
        "48": "\/images\/blue-black.png",
        "128": "\/images\/blue-black.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opensea.io\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "common.js",
                "opensea.js",
                "injectInfo.js"
            ]
        },
        {
            "matches": [
                "https:\/\/looksrare.org\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "common.js",
                "looksrare.js",
                "injectInfo.js"
            ]
        },
        {
            "matches": [
                "https:\/\/twitter.com\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "common.js",
                "twitter.js",
                "injectTwitterInfo.js"
            ]
        }
    ]
}