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!"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

NFTGo 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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'"
    }
}