Maloja Scrobbler

Scrobbles tracks from various sites to your Maloja server

Wat is Maloja Scrobbler?

Maloja Scrobbler is een Chrome-extensie ontwikkeld door Krateng, en de belangrijkste functie is "Scrobbles tracks from various sites to your Maloja server".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Maloja Scrobbler

Download Maloja 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

                        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.                    

Basisinformatie over de Extensie

Naam Maloja Scrobbler Maloja Scrobbler
ID cfnbifdmgbnaalphodcbandoopgbfeeh
Officiële URL https://chromewebstore.google.com/detail/maloja-scrobbler/cfnbifdmgbnaalphodcbandoopgbfeeh
Beschrijving Scrobbles tracks from various sites to your Maloja server
Bestandsgrootte 40.46 KB
Aantal Installaties 54
Huidige Versie 1.8
Laatst Bijgewerkt 2021-12-26
Publicatiedatum 2019-12-29
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Krateng
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://github.com/krateng/maloja
Help Pagina-URL https://github.com/krateng/maloja/issues
Ondersteunde Talen 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"
    }
}