AlbumBeam Firefox

Examine source code of AlbumBeam

Inspect and view changes in AlbumBeam source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AlbumBeam",
  "version": "1.0",
  "description": "Detects the album you're browsing and searches it on your streaming services with one click.",
  "icons": {
    "48": "icons/icon.png",
    "96": "icons/icon.png"
  },
  "browser_action": {
    "default_icon": "icons/icon.png",
    "default_popup": "popup.html",
    "default_title": "AlbumBeam"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{43d53fe4-d8fa-4f48-ba18-00abb7a6112d}"
    }
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true,
    "browser_style": false
  }
}

Best AlbumBeam Alternatives

Here are some Firefox add-ons that are similar to AlbumBeam: