chilly.tools
Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.
Wat is chilly.tools?
chilly.tools is een Chrome-extensie ontwikkeld door https://figment.so, en de belangrijkste functie is "Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.".
Extensie Screenshots
Download het CRX-bestand van de extensie chilly.tools
Download chilly.tools-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Chilly gives you tools to become a more effective NFT trader. See rarity, realtime price action, volume, whale activity and more directly in OpenSea.
Basisinformatie over de Extensie
Naam | chilly.tools |
ID | lhgbfbgkkpfmdnbccikomjfnlpakmepi |
Officiële URL | https://chromewebstore.google.com/detail/chillytools/lhgbfbgkkpfmdnbccikomjfnlpakmepi |
Beschrijving | Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea. |
Bestandsgrootte | 147 KB |
Aantal Installaties | 511 |
Huidige Versie | 1.0.5 |
Laatst Bijgewerkt | 2021-12-30 |
Publicatiedatum | 2021-11-03 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | https://figment.so |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://chillytools.figment.so |
Help Pagina-URL | https://figment.so/privacy |
URL van de Privacybeleid Pagina | https://figment.so/privacy |
Ondersteunde Talen | 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" ] } ] } |