NFTGo

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

NFTGo là gì?

NFTGo là một tiện ích mở rộng Chrome được phát triển bởi NFTGo, và tính năng chính của nó là "Discover people's portfolios and NFT collection data without leaving X!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng NFTGo

Tải xuống các tệp mở rộng NFTGo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NFTGo NFTGo
ID fpgeebpkhloinlibpejomdfeefpaogmj
URL Chính Thức https://chromewebstore.google.com/detail/nftgo/fpgeebpkhloinlibpejomdfeefpaogmj
Mô tả Discover people's portfolios and NFT collection data without leaving X!
Kích Thước Tệp 1.44 MB
Số Lần Cài Đặt 2,858
Phiên Bản Hiện Tại 0.3.5
Cập Nhật Lần Cuối 2024-02-18
Ngày Phát Hành 2022-09-08
Đánh Giá 5.00/5 Tổng số 25 Đánh Giá
Nhà Phát Triển NFTGo
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://nftgo.io/
URL Trang Trợ Giúp https://discord.gg/nftgo
Ngôn Ngữ Được Hỗ Trợ 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'"
    }
}