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
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": "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"
    }
  ]
}

Melhores alternativas lists downloadable HTML5

Aqui estão algumas Firefox add-ons que são similares a lists downloadable HTML5: