Bandcamp Streamer Firefox

Examine source code of Bandcamp Streamer

Inspect and view changes in Bandcamp Streamer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Bandcamp Streamer",
  "version": "1.8.0",
  "description": "Continuously stream from Bandcamp feed, collection, & wishlist pages + other cool features.",
  "manifest_version": 2,
  "permissions": [
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.bandcamp.com/*"
      ],
      "css": [
        "style.css"
      ],
      "js": [
        "inject.js"
      ]
    }
  ],
  "web_accessible_resources": [
    "init.js",
    "modules/*.js"
  ],
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    },
    "default_popup": "pages/infobox.html"
  },
  "options_ui": {
    "page": "pages/options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{418b6db6-d5a3-495a-af2b-521ef875defd}"
    }
  }
}

Best Bandcamp Streamer Alternatives

Here are some Firefox add-ons that are similar to Bandcamp Streamer: