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 là gì?
chilly.tools là một tiện ích mở rộng Chrome được phát triển bởi https://figment.so, và tính năng chính của nó là "Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng chilly.tools
Tải xuống các tệp mở rộng chilly.tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Chilly gives you tools to become a more effective NFT trader. See rarity, realtime price action, volume, whale activity and more directly in OpenSea.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | chilly.tools |
ID | lhgbfbgkkpfmdnbccikomjfnlpakmepi |
URL Chính Thức | https://chromewebstore.google.com/detail/chillytools/lhgbfbgkkpfmdnbccikomjfnlpakmepi |
Mô tả | Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea. |
Kích Thước Tệp | 147 KB |
Số Lần Cài Đặt | 511 |
Phiên Bản Hiện Tại | 1.0.5 |
Cập Nhật Lần Cuối | 2021-12-30 |
Ngày Phát Hành | 2021-11-03 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://figment.so |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://chillytools.figment.so |
URL Trang Trợ Giúp | https://figment.so/privacy |
URL Trang Chính Sách Bảo Mật | https://figment.so/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } ] } |