NFTGo

Discover people's portfolios and NFT collection data without leaving X!

NFTGo क्या है?

NFTGo NFTGo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover people's portfolios and NFT collection data without leaving X!"।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में NFTGo एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Access and analyze a X account's NFT performance with 🖱️one-click!

🔗The NFTGo extension helps you connect X accounts with wallet addresses and NFT projects. This will show you their web3 information on their X accounts. 

🦍For NFT collections, you can see basic metrics without leaving X. 

💁🏼For individuals, you can check their portfolio and see what NFTs they hold. 

🏄🏼Now let's start a seamless journey from Web2 to Web3 on X!

This extension is provided by NFTGo.io, the best all-in-one NFT analytics platform. And more features are on the way!                    

एक्सटेंशन की मूल जानकारी

नाम NFTGo NFTGo
ID fpgeebpkhloinlibpejomdfeefpaogmj
आधिकारिक URL https://chromewebstore.google.com/detail/nftgo/fpgeebpkhloinlibpejomdfeefpaogmj
विवरण Discover people's portfolios and NFT collection data without leaving X!
फ़ाइल का आकार 1.44 MB
स्थापना संख्या 2,858
वर्तमान संस्करण 0.3.5
अंतिम अपडेट 2024-02-18
प्रकाशन तिथि 2022-09-08
रेटिंग 5.00/5 कुल 25 रेटिंग्स
डेवलपर NFTGo
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://nftgo.io/
सहायता पृष्ठ URL https://discord.gg/nftgo
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NFTGo",
    "description": "Discover people's portfolios and NFT collection data without leaving X!",
    "version": "0.3.5",
    "manifest_version": 3,
    "options_page": "options.html",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "assets\/img\/extension-icon-x32.png"
    },
    "icons": {
        "16": "assets\/img\/extension-icon-x16.png",
        "32": "assets\/img\/extension-icon-x32.png",
        "48": "assets\/img\/extension-icon-x48.png",
        "128": "assets\/img\/extension-icon-x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/twitter.com\/*",
                "*:\/\/mobile.twitter.com\/*"
            ],
            "js": [
                "contentScript.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "contentScript.css",
                "\/assets\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/twitter.com\/*",
        "*:\/\/mobile.twitter.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}