Exodia

View Exodia.io analytics within Opensea NFT marketplace.

Exodia क्या है?

Exodia Exodia द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View Exodia.io analytics within Opensea NFT marketplace."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Exodia एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
            ]
        }
    ]
}