Bandcamp Scrobbler
Scrobble albums on Bandcamp to Last.fm
Wat is Bandcamp Scrobbler?
Bandcamp Scrobbler is een Chrome-extensie ontwikkeld door Ben W, en de belangrijkste functie is "Scrobble albums on Bandcamp to Last.fm".
Extensie Screenshots
Download het CRX-bestand van de extensie Bandcamp Scrobbler
Download Bandcamp Scrobbler-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Keep your Last.fm profile up to date with one-click scrobbling from Bandcamp. Adjust and skip tracks to accurately reflect your listening history.
Basisinformatie over de Extensie
Naam | Bandcamp Scrobbler |
ID | cnmjkkjnmdhhemfbokmblfioalnbnlej |
Officiële URL | https://chromewebstore.google.com/detail/bandcamp-scrobbler/cnmjkkjnmdhhemfbokmblfioalnbnlej |
Beschrijving | Scrobble albums on Bandcamp to Last.fm |
Bestandsgrootte | 48.34 KB |
Aantal Installaties | 1,429 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2023-04-12 |
Publicatiedatum | 2021-01-11 |
Beoordeling | 3.29/5 Totaal 7 Beoordelingen |
Ontwikkelaar | Ben W |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |