m3u8-catcher Firefox

Examine source code of m3u8-catcher

Inspect and view changes in m3u8-catcher source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "m3u8-catcher",
  "description": "Catch and save m3u8 video file",
  "version": "0.0.1",
  "icons": {
    "64": "icons/icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content_script.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_title": "m3u8-catcher"
  },
  "permissions": [
    "webRequest",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0cae0419-bcc4-4e29-a24b-72fdf5f8158e}"
    }
  }
}

Best m3u8-catcher Alternatives

Here are some Firefox add-ons that are similar to m3u8-catcher: