Video Downloader Plus

Video Downloader Plus

Download videos from Facebook, Twitter, Vimeo, Dailymotion and etc

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "Download videos from Facebook, Twitter, Vimeo, Dailymotion and etc",
  "version": "1.0.2",
  "default_locale": "en",
  "background": {
    "service_worker": "js/bkg.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "js/jquery-3.2.1.min.js",
        "js/ahKakayaZhenshina.js",
        "js/kulturnoeSobitie.js",
        "js/priyatntayaMelochj.js",
        "js/raschetnayaTraektoriya.js",
        "js/bolshoiSekret.js",
        "js/veshestvennoeDokazatelstvo.js",
        "js/optovayaCena.js",
        "js/pogranichnieVoiska.js",
        "js/podstavnayaFirma.js",
        "js/obnaruzhitel.js"
      ]
    }
  ],
  "permissions": [
    "storage",
    "downloads"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "default_icon": "img/iconForPopup.png",
    "default_popup": "html/oficialniySait.html"
  },
  "icons": {
    "128": "img/iconForPopup.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "img/*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "resources": [
        "html/vostorzheniyOtziv.htm"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "manifest_version": 3
}