Download from Bandcamp

Download from Bandcamp

Download albuns from Bandcamp.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Download from Bandcamp",
  "version": "2.0",
  "manifest_version": 2,
  "description": "Download albuns from Bandcamp.",
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "http://*.bandcamp.com/*",
    "contextMenus",
    "unlimitedStorage",
    "http://*/*",
    "https://*/*",
    "clipboardRead",
    "clipboardWrite"
  ],
  "homepage_url": "http://code.google.com/p/copy-url-and-title/"
}