Bandcamp Profile Tracker Firefox

Examine source code of Bandcamp Profile Tracker

Inspect and view changes in Bandcamp Profile Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Bandcamp Profile Tracker",
  "version": "1.0.0",
  "description": "Tells you if you've visited a Bandcamp profile before.",
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "*://*.bandcamp.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.bandcamp.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Bandcamp Profile Tracker"
  },
  "icons": {
    "48": "icons/icon48.png",
    "96": "icons/icon96.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "bandcamp-profile-tracker@youremail.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": []
      }
    }
  }
}

Best Bandcamp Profile Tracker Alternatives

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