Crypto Prices (Binance)

Prices of crypto currencies from Binance.com

What is Crypto Prices (Binance)?

Crypto Prices (Binance) is a Chrome extension developed by passbbi, and its main feature is "Prices of crypto currencies from Binance.com".

Extension Screenshots

screenshot
screenshot

Download Crypto Prices (Binance) Extension CRX File

Download Crypto Prices (Binance) 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

                        Prices of crypto currencies from Binance.com
Showing pairs with BTC, ETH, BNB and their USD value and their % change in 24 hours.                    

Extension Basic Information

Name Crypto Prices (Binance) Crypto Prices (Binance)
ID hjldnpiclhlaomebmfifoffocgabipje
Official URL https://chrome.google.com/webstore/detail/crypto-prices-binance/hjldnpiclhlaomebmfifoffocgabipje
Description Prices of crypto currencies from Binance.com
File Size 24.28 KB
Installation Count 91
Current Version 1.2
Last Updated 2018-01-03
Publish Date 2018-01-03
Rating 1.00/5 Total 1 Ratings
Developer passbbi
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Crypto Prices (Binance)",
    "version": "1.2",
    "description": "Prices of crypto currencies from Binance.com",
    "homepage_url": "https:\/\/www.binance.com\/?ref=11267633",
    "icons": {
        "48": "icons\/addon-logo-48.png"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "storage",
        "tabs",
        "https:\/\/api.binance.com\/*",
        "webRequest"
    ],
    "browser_action": {
        "default_icon": "icons\/addon-logo-48.png",
        "default_title": "Crypto",
        "default_popup": "show_prices.html"
    }
}