CDA Downloader

CDA Downloader

Download videos from CDA.pl with just one click! Open the video you want to download and hit the 'Download video' button under it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.1.1",
  "icons": {
    "16": "UI/icon16.png",
    "64": "UI/icon64.png"
  },
  "permissions": [
    "downloads",
    "webRequest",
    "*://*.cda.pl/*"
  ],
  "background": {
    "scripts": [
      "downloads.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "libs/jquery-3.3.1.min.js",
        "main.js"
      ]
    }
  ]
}