Crypto Price Checker

Check any crypto address you find online. Get market stats for all tokens, identify malicious addresses, and reveal popular wallets.

Crypto Price Checker란 무엇입니까?

Crypto Price Checker은(는) https://coinbrain.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Check any crypto address you find online. Get market stats for all tokens, identify malicious addresses, and reveal popular wallets."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Crypto Price Checker 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        The easiest way how to check any 0x address around the internet!

Simply point your cursor on any crypto address and Crypto Price Checker will help you find out whether it is:
➡️ Token Address (show you a price, market cap, volume and liquidity)
➡️ Publicly Known Address (e.g. fund, Twitter influencers, important crypto devs, etc.)
➡️ Potentially Malicious Address (related to honeypots, blackmailing, or other crypto scams)

Crypto Price Checker now supports all popular blockchains such as BNB Chain, Ethereum, Polygon or Fantom.

No more copy&pasting contract addresses to various crypto catlogues to find all the relevant information. Save your time and use Crypto Price Checker. We got your back!                    

확장 프로그램 기본 정보

이름 Crypto Price Checker Crypto Price Checker
ID bndpjpocfkdgoopiibcgaigalagoagpi
공식 URL https://chromewebstore.google.com/detail/crypto-price-checker/bndpjpocfkdgoopiibcgaigalagoagpi
설명 Check any crypto address you find online. Get market stats for all tokens, identify malicious addresses, and reveal popular wallets.
파일 크기 101 KB
설치 횟수 494
현재 버전 1.2.0
최근 업데이트 2023-01-28
출시 날짜 2022-09-21
평점 5.00/5 총 14 개의 평점
개발자 https://coinbrain.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://coinbrain.com
도움말 페이지 URL https://coda.io/d/CoinBrain_dSFhNEwDos8/Help-Feedback-Bugs_suOt2#_luE8Q
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crypto Price Checker",
    "description": "Check any crypto address you find online. Get market stats for all tokens, identify malicious addresses, and reveal popular wallets.",
    "version": "1.2.0",
    "manifest_version": 3,
    "icons": {
        "16": "img\/logo-16.png",
        "32": "img\/logo-34.png",
        "48": "img\/logo-48.png",
        "128": "img\/logo-128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": "img\/logo-48.png"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "js": [
                "assets\/content-script-loader.chunk-b10d7e3f.77363ac2.js"
            ],
            "matches": [
                ""
            ],
            "css": [
                "styles\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "matches": [],
            "resources": [
                "img\/logo-16.png",
                "img\/logo-34.png",
                "img\/logo-48.png",
                "img\/logo-128.png"
            ],
            "use_dynamic_url": false
        },
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/chunk-b70a5d59.js",
                "assets\/chunk-94e1e94d.js",
                "assets\/chunk-60da377b.js",
                "assets\/chunk-b10d7e3f.js"
            ],
            "use_dynamic_url": true
        }
    ],
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+F",
                "mac": "Command+Shift+F",
                "chromeos": "Ctrl+Shift+F",
                "linux": "Ctrl+Shift+F"
            }
        }
    },
    "permissions": [
        "storage",
        "tabs"
    ]
}