NFTGo
Discover people's portfolios and NFT collection data without leaving X!
什麼是NFTGo?
NFTGo是由NFTGo開發的Chrome擴展程式,該擴展的主要功能是“Discover people's portfolios and NFT collection data without leaving X!”。
擴展截圖
下載NFTGo擴展crx文件
下載NFTGo擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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!                     擴展基本資訊
| 名稱 |   |  
| ID | fpgeebpkhloinlibpejomdfeefpaogmj | 
| 官方網址 | 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": [
                "  |  |