chilly.tools

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

Apa itu chilly.tools?

chilly.tools adalah ekstensi Chrome yang dikembangkan oleh https://figment.so, dan fitur utamanya adalah "Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi chilly.tools

Unduh file ekstensi chilly.tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama chilly.tools chilly.tools
ID lhgbfbgkkpfmdnbccikomjfnlpakmepi
URL Resmi https://chromewebstore.google.com/detail/chillytools/lhgbfbgkkpfmdnbccikomjfnlpakmepi
Deskripsi Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.
Ukuran File 147 KB
Jumlah Instalasi 511
Versi Saat Ini 1.0.5
Terakhir Diperbarui 2021-12-30
Tanggal Publikasi 2021-11-03
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://figment.so
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://chillytools.figment.so
URL Halaman Bantuan https://figment.so/privacy
URL Halaman Kebijakan Privasi https://figment.so/privacy
Bahasa yang Didukung 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"
            ]
        }
    ]
}