YouTube Video Downloader - For Context Menu

YouTube Video Downloader - For Context Menu

Right click YouTube video links on any websites, download it from context menu. Multi formats(mp4 flv 3gp), easy to use and fast to response.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "scripts/jquery-3.2.1.min.js",
      "scripts/msg.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "scripts/jquery-3.2.1.min.js",
        "scripts/msg.js",
        "scripts/client.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    },
    {
      "js": [
        "scripts/youtube.js"
      ],
      "matches": [
        "http://www.downloadytb.com/*"
      ]
    }
  ],
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "16": "download.png",
    "32": "download.png",
    "48": "download.png",
    "128": "download.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "permissions": [
    "https://*/*",
    "http://*/*",
    "menus"
  ],
  "version": "0.2.2resigned1",
  "browser_specific_settings": {
    "gecko": {
      "id": "jid1-KWFaW5zc0EbtBQ@jetpack"
    }
  }
}