Examine source code of Video Downloader Free

Inspect and view changes in Video Downloader Free source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "scripts": [
      "background.js",
      "video.js",
      "oembed.js"
    ]
  },
  "browser_action": {
    "default_icon": "icon19.png",
    "default_title": "Video Downloader Free"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "./content.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icon.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "storage",
    "management",
    "chrome://favicon/",
    "http://*/*",
    "https://*/*"
  ],
  "version": "1.2.0",
  "web_accessible_resources": [
    "startpage/index.html",
    "startpage/hu/L64P.js",
    "startpage/hu/helper.js",
    "startpage/3rd/jquery-min.js",
    "startpage/addOnVars.js",
    "startpage/data.js",
    "startpage/text.js",
    "startpage/addon.js",
    "startpage/addon.css"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}