chilly.tools
Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.
Vad är chilly.tools?
chilly.tools är en Chrome-tillägg utvecklad av https://figment.so, och dess huvudfunktion är "Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.".
Tilläggsskärmbilder
Ladda ner chilly.tools-förlängningens CRX-fil
Ladda ner chilly.tools-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Chilly gives you tools to become a more effective NFT trader. See rarity, realtime price action, volume, whale activity and more directly in OpenSea.
Grundläggande Information om Tillägg
Namn | chilly.tools |
ID | lhgbfbgkkpfmdnbccikomjfnlpakmepi |
Officiell webbadress | https://chromewebstore.google.com/detail/chillytools/lhgbfbgkkpfmdnbccikomjfnlpakmepi |
Beskrivning | Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea. |
Filstorlek | 147 KB |
Antal Installationer | 511 |
Aktuell Version | 1.0.5 |
Senast Uppdaterad | 2021-12-30 |
Publiceringsdatum | 2021-11-03 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | https://figment.so |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://chillytools.figment.so |
Hjälpsida URL | https://figment.so/privacy |
URL till Sekretesspolicy Sidan | https://figment.so/privacy |
Stödda Språk | 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" ] } ] } |