Video Downloader by Detector Video

Video Downloader by Detector Video

Video downloader by Detector Video is useful chrome extension to download every videos from each websites you want.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "version": "1.0.16",
  "manifest_version": 3,
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "service_worker": "js/service_worker.js"
  },
  "icons": {
    "16": "images/icons/16x16.png",
    "48": "images/icons/48x48.png",
    "128": "images/icons/128x128.png",
    "256": "images/icons/256x256.png"
  },
  "action": {
    "default_icon": {
      "19": "images/icons/default_inactive_19x19.png",
      "38": "images/icons/default_inactive_38x38.png"
    },
    "default_title": "Detector Video",
    "default_popup": "html/popup.html"
  },
  "externally_connectable": {
    "matches": [
      "*://detector.video/*download*"
    ]
  },
  "permissions": [
    "tabs",
    "storage",
    "webRequest",
    "background",
    "webNavigation"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx"
}