Video Downloader - ODM

Video Downloader - ODM

Pro Edge video downloader and music downloader, youtube downloader, mp3, images, helps save from net, download manager

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "version": "4.2.2.0",
  "icons": {
    "16": "icons/dm_128.png",
    "32": "icons/dm_128.png",
    "48": "icons/dm_128.png",
    "64": "icons/dm_128.png",
    "128": "icons/dm_128.png"
  },
  "permissions": [
    "tabs",
    "downloads",
    "downloads.open",
    "downloads.shelf",
    "notifications",
    "unlimitedStorage",
    "storage",
    "contextMenus",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "browser_action": {
    "default_icon": "icons/dm_128_mono.png",
    "default_title": "__MSG_extTitle__",
    "default_popup": "popup/popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "container": [
    "GOOGLE_DRIVE"
  ],
  "content_scripts": [
    {
      "js": [
        "vendors/vendors.js",
        "content/content.js"
      ],
      "css": [
        "content/content.css"
      ],
      "run_at": "document_end",
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "all_frames": false
    }
  ],
  "offline_enabled": true,
  "options_page": "options/options.html",
  "short_name": "__MSG_extShortName__",
  "default_locale": "en",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' https://www.google-analytics.com; object-src 'self'",
  "web_accessible_resources": [
    "icons/*.png",
    "img/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}