lists downloadable HTML5 Firefox

Examine source code of lists downloadable HTML5

提供元: mediadownloader
Inspect and view changes in lists downloadable HTML5 source codes across current and past versions
Vidego icon
動画をダウンロードしたいですか?ユニバーサルビデオダウンローダーを試してみてください:
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"
    }
  ]
}

ベストのlists downloadable HTML5代替案

lists downloadable HTML5に類似したFirefox add-onをいくつか紹介します: