StreamDL - Direct stream downloading (HLS/M3U8) Firefox

Examine source code of StreamDL - Direct stream downloading (HLS/M3U8)

Por: Antiquete
Inspect and view changes in StreamDL - Direct stream downloading (HLS/M3U8) source codes across current and past versions
Vidego icon
Quer baixar vídeos? Experimente o download universal de vídeo:
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "StreamDL",
  "description": "A full fledged downloader for videos and streams alike.",
  "version": "1.3.1",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "author": "Antiquete",
  "developer": {
    "name": "Antiquete"
  },
  "homepage_url": "https://gitlab.com/Antiquete/steamdl",
  "browser_action": {
    "default_icon": {
      "48": "icons/icon.svg",
      "96": "icons/icon.svg"
    },
    "default_title": "StreamDL Downloads",
    "browser_style": true,
    "default_popup": "popup.html"
  },
  "permissions": [
    "webRequest",
    "tabs",
    "downloads",
    "storage",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{545ec82f-45df-43db-a8f2-1aaac8609a99}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Melhores alternativas StreamDL - Direct stream downloading (HLS/M3U8)

Aqui estão algumas Firefox add-ons que são similares a StreamDL - Direct stream downloading (HLS/M3U8):