Bandcamp Scrobbler
Scrobble albums on Bandcamp to Last.fm
Qu'est-ce que Bandcamp Scrobbler ?
Bandcamp Scrobbler est une extension Chrome développée par Ben W, et sa fonction principale est "Scrobble albums on Bandcamp to Last.fm".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Bandcamp Scrobbler
Téléchargez les fichiers d'extension Bandcamp Scrobbler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Keep your Last.fm profile up to date with one-click scrobbling from Bandcamp. Adjust and skip tracks to accurately reflect your listening history.
Informations de Base sur l'Extension
Nom | Bandcamp Scrobbler |
ID | cnmjkkjnmdhhemfbokmblfioalnbnlej |
URL Officiel | https://chromewebstore.google.com/detail/bandcamp-scrobbler/cnmjkkjnmdhhemfbokmblfioalnbnlej |
Description | Scrobble albums on Bandcamp to Last.fm |
Taille du Fichier | 48.34 KB |
Nombre d'Installations | 1,429 |
Version Actuelle | 1.5 |
Dernière Mise à Jour | 2023-04-12 |
Date de Publication | 2021-01-11 |
Évaluation | 3.29/5 Total 7 Évaluations |
Développeur | Ben W |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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 } |