chilly.tools
Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.
Was ist chilly.tools?
chilly.tools ist eine Chrome-Erweiterung, die von https://figment.so entwickelt wurde, und ihr Hauptmerkmal ist "Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.".
Erweiterungsscreenshots
chilly.tools-Erweiterungs-CRX-Datei herunterladen
Laden Sie chilly.tools-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
Chilly gives you tools to become a more effective NFT trader. See rarity, realtime price action, volume, whale activity and more directly in OpenSea.
Grundlegende Informationen zur Erweiterung
Name | chilly.tools |
ID | lhgbfbgkkpfmdnbccikomjfnlpakmepi |
Offizielle URL | https://chromewebstore.google.com/detail/chillytools/lhgbfbgkkpfmdnbccikomjfnlpakmepi |
Beschreibung | Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea. |
Dateigröße | 147 KB |
Installationsanzahl | 511 |
Aktuelle Version | 1.0.5 |
Letztes Update | 2021-12-30 |
Veröffentlichungsdatum | 2021-11-03 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | https://figment.so |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://chillytools.figment.so |
Hilfeseite URL | https://figment.so/privacy |
URL der Datenschutzrichtlinien-Seite | https://figment.so/privacy |
Unterstützte Sprachen | 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" ] } ] } |