VideoDownloaderPlus

VideoDownloaderPlus

šŸ”„Install our Professional Video Downloader VideoDownloaderPlus app for Instagram and different other sites to download with thisā€¦

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "VideoDownloaderPlus",
  "version": "1.0.4",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "webRequest",
    "webRequestBlocking",
    "downloads",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "js/background_js/download.js",
      "js/background_js/blockers.js",
      "background-min.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "js": [
        "js/content_js/providers/tubes.js",
        "content_js/1_inject.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"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "manifest_version": 2
}