NFT Helper

NFT Helper

NFT Helperとは何ですか?

NFT Helperはhttps://georgemike.comによって開発されたChromeの拡張機能で、その主な機能は「NFT Helper」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

NFT Helper拡張機能のCRXファイルをダウンロード

NFT Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        NFT Helper overlays NFT collection rarity information over marketplace listings. Use it on:
- Solanart (solanart.io) 
- Magic Eden (magiceden.io).
- FTX (ftx.us)
- OpenSea (opensea.io)

Last updated 6/13/2022                    

拡張機能の基本情報

名前 NFT Helper NFT Helper
ID cebdpnnffiohnkbjicngipfiepffcaoa
公式URL https://chromewebstore.google.com/detail/nft-helper/cebdpnnffiohnkbjicngipfiepffcaoa
説明 NFT Helper
ファイルサイズ 664 KB
インストール数 718
現在のバージョン 1.0.21
最終更新日 2024-01-27
公開日 2021-09-20
評価 5.00/5 合計 5 レビュー
開発者 https://georgemike.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://georgemike.com
ヘルプページのURL https://georgemike.com
プライバシーポリシーページのURL https://www.georgemike.com/chrome/privacypolicy
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "version": "1.0.21",
    "options_page": "options.html",
    "name": "NFT Helper",
    "description": "NFT Helper",
    "default_locale": "en",
    "icons": {
        "128": "images\/icon.128.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        "options.html"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.opensea.io\/*",
                "https:\/\/*.ftx.us\/*",
                "https:\/\/*.solanart.io\/*",
                "https:\/\/*.magiceden.io\/*"
            ],
            "js": [
                "js\/Config.js",
                "js\/CollectionChecker.js",
                "js\/BigLocalStorage.js",
                "js\/BrowserEnv.js",
                "js\/SimpleLocalStorage.js",
                "js\/utils.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "*:\/\/*.georgemike.com\/*"
    ]
}