Last.FM Unscrobbler

Delete multiple scrobbles from your Last.FM profile.

Cos'è Last.FM Unscrobbler?

Last.FM Unscrobbler è un'estensione di Chrome sviluppata da guytepper, e la sua funzione principale è "Delete multiple scrobbles from your Last.FM profile.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Last.FM Unscrobbler

Scarica i file di estensione Last.FM Unscrobbler 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

                        Last.FM does not allow deleting multiple scrobbles - only one at a time. Last.FM Unscrobbler adds this missing feature.

Simply click the extension icon, tick the checkboxes near the scrobbles you want to delete, go to the track menu and press "Delete selected scrobbles".                    

Informazioni di Base sull'Estensione

Nome Last.FM Unscrobbler Last.FM Unscrobbler
ID pjlmjmkpaklofeinjkhhdcggbgjhahek
URL Ufficiale https://chromewebstore.google.com/detail/lastfm-unscrobbler/pjlmjmkpaklofeinjkhhdcggbgjhahek
Descrizione Delete multiple scrobbles from your Last.FM profile.
Dimensione del File 28.31 KB
Conteggio Installazioni 10,407
Versione Corrente 1.6.3
Ultimo Aggiornamento 2024-02-03
Data di Pubblicazione 2020-04-06
Valutazione 4.08/5 Totale 75 Valutazioni
Sviluppatore guytepper
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/guytepper/lastfm-unscrobbler
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Last.FM Unscrobbler",
    "version": "1.6.3",
    "description": "Delete multiple scrobbles from your Last.FM profile.",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "declarativeContent",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": {
        "browser_style": true,
        "show_matches": [
            "https:\/\/www.last.fm\/*"
        ],
        "default_icon": {
            "16": "images\/icon16.png",
            "32": "images\/icon32.png"
        }
    }
}