helloNFT
A tool for NFT traders and collectors.
Was ist helloNFT?
helloNFT ist eine Chrome-Erweiterung, die von https://hellonft.pro entwickelt wurde, und ihr Hauptmerkmal ist "A tool for NFT traders and collectors.".
Erweiterungsscreenshots
helloNFT-Erweiterungs-CRX-Datei herunterladen
Laden Sie helloNFT-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
- Track NFT floor prices.
- Timezone tool.
- Quickly check premint winning status.
- And more features for NFT players... Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ndjjlknbdkahjolicfjkdceldekhbbnk |
| Offizielle URL | https://chromewebstore.google.com/detail/hellonft/ndjjlknbdkahjolicfjkdceldekhbbnk |
| Beschreibung | A tool for NFT traders and collectors. |
| Dateigröße | 3.29 MB |
| Installationsanzahl | 8,051 |
| Aktuelle Version | 1.1.22 |
| Letztes Update | 2023-05-26 |
| Veröffentlichungsdatum | 2022-04-17 |
| Bewertung | 5.00/5 Insgesamt 10 Bewertungen |
| Entwickler | https://hellonft.pro |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://hellonft.pro/ |
| Hilfeseite URL | https://hellonft.pro/ |
| Unterstützte Sprachen | 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\/"
]
} | |