A browser extension for scrobbling to Last.fm from a Bandcamp album page. Available for Firefox and Chrome.
Open the extension on any Bandcamp album page. You can adjust the album details before scrobbling, and clear the title of any tracks you want to skip.
To compile the extension yourself, you'll need to provide keys for your own Last.fm API app:
export API_KEY=xxx
export SECRET_KEY=xxx
# or
echo "API_KEY=xxx\nSECRET_KEY=xxx" > .env
npm install
npm run build:dev:firefox
# or
npm run build:dev:chrome
- Go to
about:debugging
and click This Firefox - Click Load Temporary Add-on... and select
bandcamp-scrobbler.zip
- Go to Manage Extensions
- click Load unpacked and select the
dist
folder