Bitcoin Price Title Toggle Firefox

Examine source code of Bitcoin Price Title Toggle

By: Mert
Inspect and view changes in Bitcoin Price Title Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bitcoin Price Title Toggle",
  "version": "1.0",
  "description": "Toggle the webpage title to display the live Bitcoin price in USDT.",
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://api.binance.com/"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "commands": {
    "toggle-bitcoin-price": {
      "suggested_key": {
        "default": "Ctrl+Shift+Q",
        "mac": "Command+Shift+Q"
      },
      "description": "Toggle Bitcoin price in the title"
    }
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{f8bd7c68-4574-4173-86be-69d9357a52ef}"
    }
  }
}

Best Bitcoin Price Title Toggle Alternatives

Here are some Firefox add-ons that are similar to Bitcoin Price Title Toggle: