helloNFT
A tool for NFT traders and collectors.
Cos'è helloNFT?
helloNFT è un'estensione di Chrome sviluppata da https://hellonft.pro, e la sua funzione principale è "A tool for NFT traders and collectors.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione helloNFT
Scarica i file di estensione helloNFT in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
- Track NFT floor prices.
- Timezone tool.
- Quickly check premint winning status.
- And more features for NFT players... Informazioni di Base sull'Estensione
| Nome | |
| ID | ndjjlknbdkahjolicfjkdceldekhbbnk |
| URL Ufficiale | https://chromewebstore.google.com/detail/hellonft/ndjjlknbdkahjolicfjkdceldekhbbnk |
| Descrizione | A tool for NFT traders and collectors. |
| Dimensione del File | 3.29 MB |
| Conteggio Installazioni | 8,051 |
| Versione Corrente | 1.1.22 |
| Ultimo Aggiornamento | 2023-05-26 |
| Data di Pubblicazione | 2022-04-17 |
| Valutazione | 5.00/5 Totale 10 Valutazioni |
| Sviluppatore | https://hellonft.pro |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://hellonft.pro/ |
| URL della Pagina di Aiuto | https://hellonft.pro/ |
| Lingue Supportate | 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\/"
]
} | |