helloNFT

A tool for NFT traders and collectors.

What is helloNFT?

helloNFT is a Chrome extension developed by https://hellonft.pro, and its main feature is "A tool for NFT traders and collectors.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download helloNFT Extension CRX File

Download helloNFT extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name helloNFT helloNFT
ID ndjjlknbdkahjolicfjkdceldekhbbnk
Official URL https://chromewebstore.google.com/detail/hellonft/ndjjlknbdkahjolicfjkdceldekhbbnk
Description A tool for NFT traders and collectors.
File Size 3.29 MB
Installation Count 8,051
Current Version 1.1.22
Last Updated 2023-05-26
Publish Date 2022-04-17
Rating 5.00/5 Total 10 Ratings
Developer https://hellonft.pro
Email [email protected]
Payment Type free
Extension Website https://hellonft.pro/
Help Page URL https://hellonft.pro/
Supported Languages 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\/"
    ]
}