万能视频下载神器

万能视频下载神器

万能视频下载神器是一款视频的抓取、解析下载的扩展工具。应版权方要求,屏蔽腾讯,优酷,爱奇艺,芒果TV,土豆,搜狐,乐视等视频网站视频下载功能

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://upext.chrome.360.cn/intf.php?method=ExtUpdate.query",
  "background": {
    "scripts": [
      "js/jquery.js",
      "js/back.js"
    ]
  },
  "browser_action": {
    "default_icon": "img/logo-48.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/logo-16.png",
    "48": "img/logo-48.png",
    "128": "img/logo-128.png"
  },
  "manifest_version": 2,
  "minimum_chrome_version": "30",
  "default_locale": "zh_CN",
  "description": "万能视频下载神器是一款视频的抓取、解析下载的扩展工具。应版权方要求,屏蔽腾讯,优酷,爱奇艺,芒果TV,土豆,搜狐,乐视等视频网站视频下载功能",
  "version": "9.1.529",
  "name": "万能视频下载神器",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "web_accessible_resources": [
    "imgs/*",
    "js/*"
  ],
  "permissions": [
    "history",
    "management",
    "bookmarks",
    "storage",
    "tabs",
    "cookies",
    "notifications",
    "downloads",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{9ff20521-69fc-4f2b-9dfd-fb5ff4110ce7}"
    }
  }
}