Stock Ticker Overlay Firefox

Examine source code of Stock Ticker Overlay

By: Larissa
Inspect and view changes in Stock Ticker Overlay source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Stock Ticker Overlay",
  "description": "Display stock and crypto prices as an overlay when reading related news.",
  "version": "1.0",
  "icons": {
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icons/icon-128.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "scripting"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b9bdfb2d-2142-40d8-9d1b-32a1fc9a88a9}"
    }
  }
}

Best Stock Ticker Overlay Alternatives

Here are some Firefox add-ons that are similar to Stock Ticker Overlay: