chilly.tools

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

ما هو chilly.tools؟

chilly.tools هو إضافة Chrome تم تطويرها بواسطة https://figment.so، والميزة الرئيسية لها هي "Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة chilly.tools

قم بتنزيل ملفات الامتداد chilly.tools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم chilly.tools chilly.tools
ID lhgbfbgkkpfmdnbccikomjfnlpakmepi
عنوان URL الرسمي https://chromewebstore.google.com/detail/chillytools/lhgbfbgkkpfmdnbccikomjfnlpakmepi
الوصف Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea.
حجم الملف 147 KB
عدد التثبيتات 511
النسخة الحالية 1.0.5
آخر تحديث 2021-12-30
تاريخ النشر 2021-11-03
تقييم 5.00/5 مجموع تقييمات 1
المطور https://figment.so
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://chillytools.figment.so
عنوان صفحة المساعدة https://figment.so/privacy
عنوان صفحة سياسة الخصوصية https://figment.so/privacy
اللغات المدعومة 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"
            ]
        }
    ]
}