Bandcamp Stock

Bandcamp Stock

A browser extension that tells you the number of remaining copies of a physical release on bandcamp. The remaining stock appears just below the album title and auto updaes without the need to reload the page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "bandcamp stock",
  "version": "0.72resigned1",
  "icons": {
    "32": "bc_stock_32.png",
    "128": "bc_stock_128.png",
    "512": "bc_stock_512.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "script.js"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{b254bc12-566b-450e-b032-01dde89cee7c}"
    }
  }
}