Streaming Profile Selector Firefox

Examine source code of Streaming Profile Selector

Inspect and view changes in Streaming Profile Selector source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Streaming Profile Selector",
  "version": "1.2",
  "description": "Automatically selects your preferred profile on Netflix, Crunchyroll, and Disney+.",
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "spselector@grimbrok.de",
      "strict_min_version": "91.0"
    }
  },
  "icons": {
    "16": "icon.png",
    "48": "icon.png",
    "128": "icon.png"
  },
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.netflix.com/*",
        "https://www.crunchyroll.com/*",
        "https://www.disneyplus.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best Streaming Profile Selector Alternatives

Here are some Firefox add-ons that are similar to Streaming Profile Selector: