Bandcamp Scrobbler
Scrobble albums on Bandcamp to Last.fm
Cos'è Bandcamp Scrobbler?
Bandcamp Scrobbler è un'estensione di Chrome sviluppata da Ben W, e la sua funzione principale è "Scrobble albums on Bandcamp to Last.fm".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Bandcamp Scrobbler
Scarica i file di estensione Bandcamp Scrobbler in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Keep your Last.fm profile up to date with one-click scrobbling from Bandcamp. Adjust and skip tracks to accurately reflect your listening history.
Informazioni di Base sull'Estensione
Nome | Bandcamp Scrobbler |
ID | cnmjkkjnmdhhemfbokmblfioalnbnlej |
URL Ufficiale | https://chromewebstore.google.com/detail/bandcamp-scrobbler/cnmjkkjnmdhhemfbokmblfioalnbnlej |
Descrizione | Scrobble albums on Bandcamp to Last.fm |
Dimensione del File | 48.34 KB |
Conteggio Installazioni | 1,429 |
Versione Corrente | 1.5 |
Ultimo Aggiornamento | 2023-04-12 |
Data di Pubblicazione | 2021-01-11 |
Valutazione | 3.29/5 Totale 7 Valutazioni |
Sviluppatore | Ben W |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |