ASUS Download Master Plugin

ASUS Download Master Plugin

ASUS Download Master of the Context Menus API.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "js/jquery-2.1.1.min.js",
      "js/main.js"
    ]
  },
  "content_scripts": [
    {
      "css": [
        "css/bubble.css"
      ],
      "js": [
        "js/popupbubble.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "description": "ASUS Download Master of the Context Menus API.",
  "icons": {
    "16": "img/Download_16.png",
    "48": "img/Download_48.png",
    "128": "img/Download_128.png"
  },
  "manifest_version": 2,
  "name": "ASUS Download Master Plugin",
  "options_page": "options.html",
  "permissions": [
    "contextMenus",
    "tabs",
    "http://*/*",
    "https://*/*",
    "ftp://*/*",
    "notifications",
    "webRequest",
    "webRequestBlocking"
  ],
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "2.7"
}