Master Downloader Viksi

Master Downloader Viksi

Master Downloader Viksi detects media files on the website and allows you to save them. At the popup menu you will see all media…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Master Downloader Viksi",
  "version": "0.0.3",
  "permissions": [
    "storage",
    "downloads",
    "activeTab",
    "scripting",
    "cookies",
    "alarms"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "js/content_js/providers/tubes.js",
        "libs/jquery.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_start"
    }
  ],
  "icons": {
    "16": "images/logo16.png",
    "32": "images/logo32.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "manifest_version": 3,
  "content_security_policy": {
    "extension_pages": "default-src 'self'; connect-src https://* http://* http://*:* https://*:* data: blob: filesystem:;"
  }
}