lists downloadable HTML5 Firefox

Examine source code of lists downloadable HTML5

Inspect and view changes in lists downloadable HTML5 source codes across current and past versions
Vidego icon
¿Quieres descargar vídeos? Prueba con el descargador universal de vídeos:
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Media Downloader",
  "version": "1.0.0",
  "description": "Lists downloadable HTML5 video/audio sources on the current page and lets you download them.",
  "permissions": [
    "activeTab",
    "downloads",
    "tabs"
  ],
  "browser_action": {
    "default_title": "Media Downloader",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "applications": {
    "gecko": {
      "id": "media-downloader@example.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content-script.js"
      ],
      "run_at": "document_idle"
    }
  ]
}

Mejores alternativas lists downloadable HTML5

Aquí hay algunas Firefox add-ons que son similares a lists downloadable HTML5: