chilly.tools
Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.
什么是chilly.tools?
chilly.tools是由https://figment.so开发的Chrome扩展程序,该扩展的主要功能是“Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.”。
扩展截图
下载chilly.tools扩展crx文件
下载chilly.tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chilly gives you tools to become a more effective NFT trader. See rarity, realtime price action, volume, whale activity and more directly in OpenSea.
扩展基本信息
名称 | chilly.tools |
ID | lhgbfbgkkpfmdnbccikomjfnlpakmepi |
官方URL | https://chromewebstore.google.com/detail/chillytools/lhgbfbgkkpfmdnbccikomjfnlpakmepi |
简介 | Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea. |
文件大小 | 147 KB |
安装次数 | 511 |
当前版本 | 1.0.5 |
更新时间 | 2021-12-30 |
上架时间 | 2021-11-03 |
评分 | 5.00/5 共1次评分 |
开发者 | https://figment.so |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://chillytools.figment.so |
帮助页面URL | https://figment.so/privacy |
隐私政策页面URL | https://figment.so/privacy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "chilly.tools", "version": "1.0.5", "manifest_version": 2, "description": "Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.", "homepage_url": "http:\/\/neft.vercel.app", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo", "default_popup": "src\/page_action\/page_action.html" }, "permissions": [ "https:\/\/opensea.io\/*", "https:\/\/www.opensea.io\/*", "storage" ], "content_scripts": [ { "matches": [ "https:\/\/opensea.io\/*", "https:\/\/www.opensea.io\/*" ], "js": [ "src\/inject\/inject.js" ], "css": [ "src\/css\/loader.css", "src\/css\/styles.css" ] } ] } |