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