Mass Downloader for http://horriblesubs.info

Mass Downloader for http://horriblesubs.info

Mass Downloading capabilities for http://horriblesubs.info

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Mass Downloader for http://horriblesubs.info",
  "description": "Mass Downloading capabilities for http://horriblesubs.info",
  "version": "1",
  "author": "Hristo Mitev",
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "MD for HS"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.horriblesubs.info/shows/*"
      ],
      "js": [
        "jquery-1.12.4.js",
        "batchDownload.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "permissions": [
    "activeTab",
    "downloads"
  ]
}