Bitcoin price in USD by BitcoinFan

Bitcoin price in USD by BitcoinFan

This extension displays the current Bitcoin price in USD on the badge. If you click it a TradingView chart will be displayed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Bitcoin price in USD by BitcoinFan",
  "short_name": "BTC price in USD",
  "version": "1.0.9",
  "background": {
    "service_worker": "background.js"
  },
  "description": "This extension displays the current Bitcoin price in USD on the badge. If you click it a TradingView chart will be displayed.",
  "icons": {
    "48": "48.png",
    "128": "128.png"
  },
  "action": {
    "default_title": "Click to show the chart",
    "default_popup": "popup.htm"
  },
  "homepage_url": "https://chrome.google.com/webstore/search/BitcoinFan?_category=extensions"
}