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은(는) https://figment.so에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chilly helps you snipe undervalued NFTs by allowing you to check rarity, volume, price action, and more while you browse OpenSea."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

chilly.tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
도움말 페이지 URL https://figment.so/privacy
개인정보 보호 정책 페이지 URL 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"
            ]
        }
    ]
}