Video Downloader Premium

Video Downloader Premium

Video Downloader Premium - Find downloadable videos and record live streams

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_name__",
  "description": "__MSG_description__",
  "author": "Video Downloader Premium",
  "default_locale": "en",
  "homepage_url": "https://www.videodownloaderpremium.com/",
  "short_name": "videodownloaderpremium",
  "version": "1.0.3.5",
  "browser_action": {
    "default_title": "Video Downloader Premium",
    "default_popup": "pages/popup.html",
    "default_icon": "images/logo-16x16-inactive.png"
  },
  "background": {
    "scripts": [
      "pages/background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "libs/EBML.js",
        "pages/content.js"
      ]
    }
  ],
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "downloads"
  ],
  "icons": {
    "16": "images/logo-16x16.png",
    "32": "images/logo-32x32.png",
    "48": "images/logo-48x48.png",
    "128": "images/logo-48x48.png"
  },
  "minimum_chrome_version": "60",
  "content_security_policy": "script-src 'self' https://www.google-analytics.com https://plausible.videodownloaderpremium.com; object-src 'self'"
}