Easy Youtube Video Downloader

Easy Youtube Video Downloader

No# 1 Rated Youtube Video Downloader for firefox web-browser with MP3 and Full-HD downloads. Instant, one-click Youtube video downloader with high-quality 256Kbps/128Kbps MP3 and Full-HD video downloading options.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Easy Youtube Video Downloader Express PRO",
  "short_name": "Easy Youtube Video Downloader Express PRO",
  "description": "No# 1 Rated Youtube Video Downloader for firefox web-browser with MP3 and Full-HD downloads. Instant, one-click Youtube video downloader with high-quality 256Kbps/128Kbps MP3 and Full-HD video downloading options.",
  "version": "16.8",
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "*://youtube.com/*"
  ],
  "browser_action": {
    "default_title": "Click Here to Downloads",
    "default_icon": "icon-off.png"
  },
  "background": {
    "scripts": [
      "site.js"
    ]
  },
  "manifest_version": 2
}