chilly.tools
Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.
Co to jest chilly.tools?
chilly.tools to rozszerzenie Chrome opracowane przez https://figment.so, a jego główną funkcją jest „Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia chilly.tools
Pobierz pliki rozszerzeń chilly.tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Chilly gives you tools to become a more effective NFT trader. See rarity, realtime price action, volume, whale activity and more directly in OpenSea.
Podstawowe informacje o rozszerzeniu
Nazwa | chilly.tools |
ID | lhgbfbgkkpfmdnbccikomjfnlpakmepi |
Oficjalny URL | https://chromewebstore.google.com/detail/chillytools/lhgbfbgkkpfmdnbccikomjfnlpakmepi |
Opis | Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea. |
Rozmiar pliku | 147 KB |
Liczba instalacji | 511 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2021-12-30 |
Data Publikacji | 2021-11-03 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://figment.so |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://chillytools.figment.so |
Adres URL Strony Pomocy | https://figment.so/privacy |
Adres URL Strony Polityki Prywatności | https://figment.so/privacy |
Obsługiwane Języki | 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" ] } ] } |