Coinbase cryptocurrency tracker

Crypto price tracker helps to check the Crypto prices quickly and easily.

Coinbase cryptocurrency trackerとは何ですか?

Coinbase cryptocurrency trackerはCrypto Price Trackerによって開発されたChromeの拡張機能で、その主な機能は「Crypto price tracker helps to check the Crypto prices quickly and easily.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

Coinbase cryptocurrency tracker拡張機能のCRXファイルをダウンロード

Coinbase cryptocurrency tracker拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        ☞ GETTING LIVE PRICES OF CRYPTO CURRENCIES HAS BEEN A REAL CHALLENGE 
Crypto price tracker shows the live prices of various famous currencies, like Bitcoin, Ethereum, BNB, Stepn, Solana and many more has been a real challenge for Crypto traders, users and lovers.

☞ CPT USES MOST TRUST WORTHY API THAT GIVES REAL TIME CRYPTO RATES
Extension fetches these live prices from https://www.binance.com/ which one of the most reliable and trust-worthy api source for crypto currencies.

☞ CPT HELPS IN DECISION MAKING IN REAL TIME & PRETTY FAST
Extension helps the user to take the decision by clicking the icon and checking the live prices quickly.

☞ FEEDBACKS AND SUGGESTIONS ARE ALWAYS WELCOME
CPT will also add new currencies prices on request by users. You can also request for new currencies that you want to use in your Crypto Price Tracker tool. If you have any query please contact us at: [email protected]                    

拡張機能の基本情報

名前 Coinbase cryptocurrency tracker Coinbase cryptocurrency tracker
ID ocoaklepahnjehhobibgfceiphiglafo
公式URL https://chrome.google.com/webstore/detail/coinbase-cryptocurrency-t/ocoaklepahnjehhobibgfceiphiglafo
説明 Crypto price tracker helps to check the Crypto prices quickly and easily.
ファイルサイズ 269 KB
インストール数 66
現在のバージョン 1.0.1.2
最終更新日 2022-08-15
公開日 2022-05-07
評価 4.96/5 合計 28 レビュー
開発者 Crypto Price Tracker
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://downloadbrowserextensions.com/cryptopricetracker/chrome/
プライバシーポリシーページのURL https://www.freeprivacypolicy.com/live/6a21357f-f76f-4a4f-8f25-00505d825b2e
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Coinbase cryptocurrency tracker",
    "description": "Crypto price tracker helps to check the Crypto prices quickly and easily.",
    "version": "1.0.1.2",
    "background": {
        "service_worker": "serviceworker.js"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "content.js"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "logo\/16.png",
            "32": "logo\/32.png"
        },
        "default_title": "Coinbase cryptocurrency tracker",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "logo\/16.png",
        "32": "logo\/32.png",
        "48": "logo\/48.png",
        "96": "logo\/48.png",
        "128": "logo\/128.png"
    },
    "host_permissions": [
        "https:\/\/api.binance.com\/api\/*"
    ]
}