Crypto Prices (Binance)

Crypto Prices (Binance)

Prices of crypto currencies from Binance.com Showing pairs with BTC, ETH, BNB and actual price of BTC,ETH and LTC in dollars. 24 hour % change of coin, highest and lowest value of coin in 24 hour range. Filter to show only selected coins and pairs.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Crypto Prices (Binance)",
  "version": "1.2.3resigned1",
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "42.0"
    }
  },
  "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"
  }
}