Easy Youtube Video Downloader Express

Easy Youtube Video Downloader Express

Youtube Video Downloader for Edge web-browser with MP3 and Full-HD downloads. Instant, one-click Youtube video downloader

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Easy Youtube Video Downloader Express",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Youtube Video Downloader for Edge web-browser with MP3 and Full-HD downloads. Instant, one-click Youtube video downloader",
  "manifest_version": 2,
  "version": "16.11",
  "icons": {
    "48": "icons/icon.png"
  },
  "background": {
    "scripts": [
      "includes/purify.min.js",
      "includes/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "includes/purify.min.js",
        "includes/youtube-video-downloader.js"
      ],
      "matches": [
        "http://www.youtube.com/*",
        "https://www.youtube.com/*"
      ],
      "exclude_matches": [
        "http://www.youtube.com/embed/*",
        "https://www.youtube.com/embed/*"
      ],
      "run_at": "document_start"
    }
  ],
  "options_ui": {
    "page": "options/options.html",
    "browser_style": true
  },
  "web_accessible_resources": [
    "icons/icon.png",
    "icons/icon64.png",
    "options/options.html"
  ],
  "permissions": [
    "<all_urls>",
    "downloads",
    "storage",
    "tabs"
  ],
  "incognito": "spanning",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}