helloNFT

A tool for NFT traders and collectors.

helloNFTとは何ですか?

helloNFTはhttps://hellonft.proによって開発されたChromeの拡張機能で、その主な機能は「A tool for NFT traders and collectors.」です。

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

screenshot
screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        - Track NFT floor prices.
- Timezone tool.
- Quickly check premint winning status.
- And more features for NFT players...                    

拡張機能の基本情報

名前 helloNFT helloNFT
ID ndjjlknbdkahjolicfjkdceldekhbbnk
公式URL https://chromewebstore.google.com/detail/hellonft/ndjjlknbdkahjolicfjkdceldekhbbnk
説明 A tool for NFT traders and collectors.
ファイルサイズ 3.29 MB
インストール数 8,051
現在のバージョン 1.1.22
最終更新日 2023-05-26
公開日 2022-04-17
評価 5.00/5 合計 10 レビュー
開発者 https://hellonft.pro
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://hellonft.pro/
ヘルプページのURL https://hellonft.pro/
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "helloNFT",
    "manifest_version": 3,
    "version": "1.1.22",
    "description": "A tool for NFT traders and collectors.",
    "action": {
        "default_icon": "images\/logo.png",
        "default_title": "helloNFT",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "images\/logo.png",
        "48": "images\/logo.png",
        "128": "images\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.hellonft.pro\/*"
        ]
    },
    "homepage_url": "http:\/\/hellonft.pro",
    "permissions": [
        "storage",
        "scripting",
        "activeTab",
        "alarms",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/www.premint.xyz\/collectors\/entries\/"
    ]
}