chilly.tools

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

Hvad er chilly.tools?

chilly.tools er en Chrome-udvidelse udviklet af https://figment.so, og dens hovedfunktion er "Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download chilly.tools-udvidelses-CRX-fil

Download chilly.tools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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æggende oplysninger om udvidelsen

Navn chilly.tools chilly.tools
ID lhgbfbgkkpfmdnbccikomjfnlpakmepi
Officiel URL https://chromewebstore.google.com/detail/chillytools/lhgbfbgkkpfmdnbccikomjfnlpakmepi
Beskrivelse Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.
Filstørrelse 147 KB
Antal Installationer 511
Nuværende Version 1.0.5
Senest Opdateret 2021-12-30
Udgivelsesdato 2021-11-03
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler https://figment.so
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://chillytools.figment.so
Hjælpeside-URL https://figment.so/privacy
URL til Fortrolighedspolitik Side https://figment.so/privacy
Understøttede Sprog 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"
            ]
        }
    ]
}