Stream to Android Player Firefox

Examine source code of Stream to Android Player

Inspect and view changes in Stream to Android Player source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Stream to Android Player",
  "version": "1.4",
  "description": "Detect streaming videos and open them in external Android video player",
  "author": "Faisal Bhuiyan",
  "browser_specific_settings": {
    "gecko": {
      "id": "faisalbhuiyan@mozilla",
      "strict_min_version": "109.0"
    },
    "gecko_android": {
      "strict_min_version": "109.0"
    }
  },
  "action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "24": "icons/icon24.png",
      "32": "icons/icon32.png"
    },
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "css": [
        "styles.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "webRequest",
    "<all_urls>",
    "tabs",
    "scripting",
    "downloads",
    "notifications",
    "clipboardWrite",
    "storage"
  ],
  "optional_permissions": [
    "nativeMessaging"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}

Best Stream to Android Player Alternatives

Here are some Firefox add-ons that are similar to Stream to Android Player: