Image download for Youtube™

Image download for Youtube™

Download Youtube video cover image in highest available resolution.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Image download for Youtube™",
  "description": "Download Youtube video cover image in highest available resolution.",
  "version": "1.3",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html",
    "default_title": "Image download for Youtube™"
  },
  "permissions": [
    "activeTab",
    "https://img.youtube.com/"
  ]
}