Live Followed Streams Firefox

Examine source code of Live Followed Streams

By: alfan Add-on
Inspect and view changes in Live Followed Streams source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Live Followed Streams",
  "description": "Track the Twitch streams you follow that are currently live.",
  "version": "5.0.2",
  "action": {
    "default_popup": "popup.html",
    "default_title": "Live Followed Streams",
    "default_icon": {
      "16": "images/icons/icon16.png",
      "32": "images/icons/icon32.png",
      "48": "images/icons/icon48.png",
      "128": "images/icons/icon128.png"
    }
  },
  "icons": {
    "16": "images/icons/icon16.png",
    "32": "images/icons/icon32.png",
    "48": "images/icons/icon48.png",
    "128": "images/icons/icon128.png"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "permissions": [
    "storage",
    "alarms"
  ],
  "host_permissions": [
    "https://api.twitch.tv/*",
    "https://id.twitch.tv/*",
    "https://www.twitch.tv/*"
  ],
  "background": {
    "scripts": [
      "assets/background.js"
    ],
    "type": "module"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "live-followed-streams@local.extension",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "personallyIdentifyingInfo"
        ]
      }
    }
  }
}

Best Live Followed Streams Alternatives

Here are some Firefox add-ons that are similar to Live Followed Streams: