Crypto Price Tracker

The extension supports bitcoin, ether, ripple, monero, neo and many others. Never miss an opportunity to invest in cryptocurrencies.

Crypto Price Tracker란 무엇입니까?

Crypto Price Tracker은(는) https://apostopher.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension supports bitcoin, ether, ripple, monero, neo and many others. Never miss an opportunity to invest in cryptocurrencies."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Get the cryptocurrency prices.
Set the trigger to get notified about cryptocurrency price changes.
The price updates every minute.
Never miss an opportunity to invest in cryptocurrencies!
supported currencies: bitcoin, ether(ethereum), ripple, dash, litecoin, neo, monero, verge, cardano and many more...                    

확장 프로그램 기본 정보

이름 Crypto Price Tracker Crypto Price Tracker
ID fpkhlnacfhciopipcjpcjmkpldbogaeo
공식 URL https://chromewebstore.google.com/detail/crypto-price-tracker/fpkhlnacfhciopipcjpcjmkpldbogaeo
설명 The extension supports bitcoin, ether, ripple, monero, neo and many others. Never miss an opportunity to invest in cryptocurrencies.
파일 크기 711 KB
설치 횟수 1,864
현재 버전 6.0.2
최근 업데이트 2022-07-05
출시 날짜 2018-12-30
평점 3.80/5 총 49 개의 평점
개발자 https://apostopher.com
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://apostopher.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crypto Price Tracker",
    "short_name": "CryptoTracker",
    "description": "The extension supports bitcoin, ether, ripple, monero, neo and many others. Never miss an opportunity to invest in cryptocurrencies.",
    "version": "6.0.2",
    "browser_action": {
        "default_icon": {
            "16": ".\/icons\/icon-16-logo.png",
            "32": ".\/icons\/icon-32-logo.png",
            "48": ".\/icons\/icon-48-logo.png",
            "96": ".\/icons\/icon-96-logo.png",
            "128": ".\/icons\/icon-128-logo.png",
            "256": ".\/icons\/icon-256-logo.png"
        }
    },
    "icons": {
        "16": ".\/icons\/icon-16-logo.png",
        "32": ".\/icons\/icon-32-logo.png",
        "48": ".\/icons\/icon-48-logo.png",
        "96": ".\/icons\/icon-96-logo.png",
        "128": ".\/icons\/icon-128-logo.png",
        "256": ".\/icons\/icon-256-logo.png"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "browser-polyfill.js",
            "background.js"
        ]
    },
    "permissions": [
        "storage",
        "notifications",
        "https:\/\/*.bitfinex.com\/*"
    ],
    "web_accessible_resources": [
        ".\/icons\/icon-256-logo.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/js.driftt.com 'sha256-hUJloS7fbjeRUiOBqA+agv1pfzF4trxP\/+hXfNinnJw='; object-src 'self'",
    "author": "Rahul Devaskar (https:\/\/apostopher.com)"
}