helloNFT

A tool for NFT traders and collectors.

Wat is helloNFT?

helloNFT is een Chrome-extensie ontwikkeld door https://hellonft.pro, en de belangrijkste functie is "A tool for NFT traders and collectors.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie helloNFT

Download helloNFT-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam helloNFT helloNFT
ID ndjjlknbdkahjolicfjkdceldekhbbnk
Officiële URL https://chromewebstore.google.com/detail/hellonft/ndjjlknbdkahjolicfjkdceldekhbbnk
Beschrijving A tool for NFT traders and collectors.
Bestandsgrootte 3.29 MB
Aantal Installaties 8,051
Huidige Versie 1.1.22
Laatst Bijgewerkt 2023-05-26
Publicatiedatum 2022-04-17
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar https://hellonft.pro
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://hellonft.pro/
Help Pagina-URL https://hellonft.pro/
Ondersteunde Talen 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\/"
    ]
}