Coinbase cryptocurrency tracker

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

Coinbase cryptocurrency tracker क्या है?

Coinbase cryptocurrency tracker Crypto Price Tracker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Crypto price tracker helps to check the Crypto prices quickly and easily."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Coinbase cryptocurrency tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        ☞ 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
ईमेल [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\/*"
    ]
}