Exodia

View Exodia.io analytics within Opensea NFT marketplace.

什麼是Exodia?

Exodia是由Exodia開發的Chrome擴展程式,該擴展的主要功能是“View Exodia.io analytics within Opensea NFT marketplace.”。

擴展截圖

screenshot

下載Exodia擴展crx文件

下載Exodia擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
            ]
        }
    ]
}