chilly.tools
Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.
Qu'est-ce que chilly.tools ?
chilly.tools est une extension Chrome développée par https://figment.so, et sa fonction principale est "Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension chilly.tools
Téléchargez les fichiers d'extension chilly.tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Chilly gives you tools to become a more effective NFT trader. See rarity, realtime price action, volume, whale activity and more directly in OpenSea.
Informations de Base sur l'Extension
Nom | chilly.tools |
ID | lhgbfbgkkpfmdnbccikomjfnlpakmepi |
URL Officiel | https://chromewebstore.google.com/detail/chillytools/lhgbfbgkkpfmdnbccikomjfnlpakmepi |
Description | Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea. |
Taille du Fichier | 147 KB |
Nombre d'Installations | 511 |
Version Actuelle | 1.0.5 |
Dernière Mise à Jour | 2021-12-30 |
Date de Publication | 2021-11-03 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://figment.so |
nikita.jerschow@gmail.com | |
Type de Paiement | free |
Site Web de l'Extension | https://chillytools.figment.so |
URL de la Page d'Aide | https://figment.so/privacy |
URL de la Page de Politique de Confidentialité | https://figment.so/privacy |
Langues Prises en Charge | 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" ] } ] } |