Bandcamp Scrobbler
Scrobble albums on Bandcamp to Last.fm
Hvad er Bandcamp Scrobbler?
Bandcamp Scrobbler er en Chrome-udvidelse udviklet af Ben W, og dens hovedfunktion er "Scrobble albums on Bandcamp to Last.fm".
Udvidelsesskærmbilleder
Download Bandcamp Scrobbler-udvidelses-CRX-fil
Download Bandcamp Scrobbler-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Keep your Last.fm profile up to date with one-click scrobbling from Bandcamp. Adjust and skip tracks to accurately reflect your listening history.
Grundlæggende oplysninger om udvidelsen
Navn | Bandcamp Scrobbler |
ID | cnmjkkjnmdhhemfbokmblfioalnbnlej |
Officiel URL | https://chromewebstore.google.com/detail/bandcamp-scrobbler/cnmjkkjnmdhhemfbokmblfioalnbnlej |
Beskrivelse | Scrobble albums on Bandcamp to Last.fm |
Filstørrelse | 48.34 KB |
Antal Installationer | 1,429 |
Nuværende Version | 1.5 |
Senest Opdateret | 2023-04-12 |
Udgivelsesdato | 2021-01-11 |
Bedømmelse | 3.29/5 Samlet 7 Bedømmelser |
Udvikler | Ben W |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | 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 } |