Maloja Scrobbler
Scrobbles tracks from various sites to your Maloja server
What is Maloja Scrobbler?
Maloja Scrobbler is a Chrome extension developed by Krateng, and its main feature is "Scrobbles tracks from various sites to your Maloja server".
Extension Screenshots
Download Maloja Scrobbler Extension CRX File
Download Maloja 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
Submits metadata about the music you play on Plex Web, Spotify, Bandcamp, YouTube Music and Soundcloud to your personal Maloja server in order to create personal listening statistics.
Extension Basic Information
Name | Maloja Scrobbler |
ID | cfnbifdmgbnaalphodcbandoopgbfeeh |
Official URL | https://chromewebstore.google.com/detail/maloja-scrobbler/cfnbifdmgbnaalphodcbandoopgbfeeh |
Description | Scrobbles tracks from various sites to your Maloja server |
File Size | 40.46 KB |
Installation Count | 54 |
Current Version | 1.8 |
Last Updated | 2021-12-26 |
Publish Date | 2019-12-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Krateng |
chrome@dev.krateng.ch | |
Payment Type | free |
Extension Website | https://github.com/krateng/maloja |
Help Page URL | https://github.com/krateng/maloja/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Maloja Scrobbler", "version": "1.8", "description": "Scrobbles tracks from various sites to your Maloja server", "manifest_version": 2, "permissions": [ "tabs", "storage", "http:\/\/*\/", "https:\/\/*\/" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "icon128.png", "48": "icon48.png" }, "default_popup": "settings.html", "default_title": "Maloja Scrobbler" }, "icons": { "128": "icon128.png", "48": "icon48.png" } } |