helloNFT
A tool for NFT traders and collectors.
什么是helloNFT?
helloNFT是由https://hellonft.pro开发的Chrome扩展程序,该扩展的主要功能是“A tool for NFT traders and collectors.”。
扩展截图
下载helloNFT扩展crx文件
下载helloNFT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
- Track NFT floor prices. - Timezone tool. - Quickly check premint winning status. - And more features for NFT players...
扩展基本信息
名称 | helloNFT |
ID | ndjjlknbdkahjolicfjkdceldekhbbnk |
官方URL | https://chromewebstore.google.com/detail/hellonft/ndjjlknbdkahjolicfjkdceldekhbbnk |
简介 | A tool for NFT traders and collectors. |
文件大小 | 3.29 MB |
安装次数 | 8,051 |
当前版本 | 1.1.22 |
更新时间 | 2023-05-26 |
上架时间 | 2022-04-17 |
评分 | 5.00/5 共10次评分 |
开发者 | https://hellonft.pro |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://hellonft.pro/ |
帮助页面URL | https://hellonft.pro/ |
支持的语言 | 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\/" ] } |