KuCoin:Bitcoin,Dogecoin Price Market

Browser extension for KuCoin

What is KuCoin:Bitcoin,Dogecoin Price Market?

KuCoin:Bitcoin,Dogecoin Price Market is a Chrome extension developed by KuCoin, and its main feature is "Browser extension for KuCoin".

Extension Screenshots

screenshot
screenshot

Download KuCoin:Bitcoin,Dogecoin Price Market Extension CRX File

Download KuCoin:Bitcoin,Dogecoin Price Market extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        BTC, ETH, DOGE prices and trends are now available on your browser toolbar, using the most accurate data from KuCoin, the world's top cryptocurrency exchange. You can simply go to the browser toolbar and check cryptocurrency price updated every minute from KuCoin. There are up to 1,000 trading pairs for you to choose, including USD, BTC, KCS, ALTS, NFT, etc.

1. Allows you to add trading pairs to "Favorites";

2. Displays names and logos of trading pairs, as well as 7-day trends, last price, 24h price change, and 24h trading volume.                    

Extension Basic Information

Name KuCoin:Bitcoin,Dogecoin Price Market KuCoin:Bitcoin,Dogecoin Price Market
ID nalaeminfbmmidadoaegigajbapfajgi
Official URL https://chromewebstore.google.com/detail/kucoinbitcoindogecoin-pri/nalaeminfbmmidadoaegigajbapfajgi
Description Browser extension for KuCoin
File Size 809 KB
Installation Count 20,000
Current Version 1.0.6
Last Updated 2023-11-22
Publish Date 2021-07-29
Rating 4.92/5 Total 129 Ratings
Developer KuCoin
Email [email protected]
Payment Type free
Extension Website https://www.kucoin.com
Help Page URL https://support.kucoin.plus
Privacy Policy Page URL https://www.kucoin.com/news/privacy-policy?lang=zh_CN
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KuCoin:Bitcoin,Dogecoin Price Market",
    "description": "Browser extension for KuCoin",
    "version": "1.0.6",
    "icons": {
        "16": "assets\/icon-16.png",
        "48": "assets\/icon-48.png",
        "128": "assets\/icon-128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_title": "KuCoin"
    },
    "permissions": [
        "activeTab",
        "storage",
        "cookies",
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "*:\/\/*\/*"
    ],
    "cross_origin_embedder_policy": {
        "value": "require-corp"
    },
    "cross_origin_opener_policy": {
        "value": "same-origin"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ],
        "persistent": true
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/assets3.staticimg.com; object-src 'self'"
}