helloNFT
A tool for NFT traders and collectors.
Qu'est-ce que helloNFT ?
helloNFT est une extension Chrome développée par https://hellonft.pro, et sa fonction principale est "A tool for NFT traders and collectors.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension helloNFT
Téléchargez les fichiers d'extension helloNFT au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
- Track NFT floor prices. - Timezone tool. - Quickly check premint winning status. - And more features for NFT players...
Informations de Base sur l'Extension
Nom | helloNFT |
ID | ndjjlknbdkahjolicfjkdceldekhbbnk |
URL Officiel | https://chromewebstore.google.com/detail/hellonft/ndjjlknbdkahjolicfjkdceldekhbbnk |
Description | A tool for NFT traders and collectors. |
Taille du Fichier | 3.29 MB |
Nombre d'Installations | 8,051 |
Version Actuelle | 1.1.22 |
Dernière Mise à Jour | 2023-05-26 |
Date de Publication | 2022-04-17 |
Évaluation | 5.00/5 Total 10 Évaluations |
Développeur | https://hellonft.pro |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://hellonft.pro/ |
URL de la Page d'Aide | https://hellonft.pro/ |
Langues Prises en Charge | 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\/" ] } |