Bandcamp Scrobbler

Scrobble albums on Bandcamp to Last.fm

What is Bandcamp Scrobbler?

Bandcamp Scrobbler is a Chrome extension developed by Ben W, and its main feature is "Scrobble albums on Bandcamp to Last.fm".

Extension Screenshots

screenshot
screenshot

Download Bandcamp Scrobbler Extension CRX File

Download Bandcamp Scrobbler extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Keep your Last.fm profile up to date with one-click scrobbling from Bandcamp. Adjust and skip tracks to accurately reflect your listening history.                    

Extension Basic Information

Name Bandcamp Scrobbler Bandcamp Scrobbler
ID cnmjkkjnmdhhemfbokmblfioalnbnlej
Official URL https://chromewebstore.google.com/detail/bandcamp-scrobbler/cnmjkkjnmdhhemfbokmblfioalnbnlej
Description Scrobble albums on Bandcamp to Last.fm
File Size 48.34 KB
Installation Count 1,429
Current Version 1.5
Last Updated 2023-04-12
Publish Date 2021-01-11
Rating 3.29/5 Total 7 Ratings
Developer Ben W
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Bandcamp Scrobbler",
    "version": "1.5",
    "description": "Scrobble albums on Bandcamp to Last.fm",
    "icons": {
        "16": "resource\/icon16.png",
        "48": "resource\/icon48.png",
        "128": "resource\/icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/*.bandcamp.com\/"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    },
    "manifest_version": 2
}