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입니다: