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…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "bandcamp stock",
  "version": "0.71",
  "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"
  ]
}