chilly.tools

Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.

Cos'è chilly.tools?

chilly.tools è un'estensione di Chrome sviluppata da https://figment.so, e la sua funzione principale è "Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione chilly.tools

Scarica i file di estensione chilly.tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Chilly gives you tools to become a more effective NFT trader. See rarity, realtime price action, volume, whale activity and more directly in OpenSea.                    

Informazioni di Base sull'Estensione

Nome chilly.tools chilly.tools
ID lhgbfbgkkpfmdnbccikomjfnlpakmepi
URL Ufficiale https://chromewebstore.google.com/detail/chillytools/lhgbfbgkkpfmdnbccikomjfnlpakmepi
Descrizione Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.
Dimensione del File 147 KB
Conteggio Installazioni 511
Versione Corrente 1.0.5
Ultimo Aggiornamento 2021-12-30
Data di Pubblicazione 2021-11-03
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://figment.so
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://chillytools.figment.so
URL della Pagina di Aiuto https://figment.so/privacy
URL della Pagina della Politica sulla Privacy https://figment.so/privacy
Lingue Supportate 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"
            ]
        }
    ]
}