Last.FM Unscrobbler
Delete multiple scrobbles from your Last.FM profile.
Was ist Last.FM Unscrobbler?
Last.FM Unscrobbler ist eine Chrome-Erweiterung, die von guytepper entwickelt wurde, und ihr Hauptmerkmal ist "Delete multiple scrobbles from your Last.FM profile.".
Erweiterungsscreenshots
Last.FM Unscrobbler-Erweiterungs-CRX-Datei herunterladen
Laden Sie Last.FM Unscrobbler-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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".
Grundlegende Informationen zur Erweiterung
Name | Last.FM Unscrobbler |
ID | pjlmjmkpaklofeinjkhhdcggbgjhahek |
Offizielle URL | https://chromewebstore.google.com/detail/lastfm-unscrobbler/pjlmjmkpaklofeinjkhhdcggbgjhahek |
Beschreibung | Delete multiple scrobbles from your Last.FM profile. |
Dateigröße | 28.31 KB |
Installationsanzahl | 10,407 |
Aktuelle Version | 1.6.3 |
Letztes Update | 2024-02-03 |
Veröffentlichungsdatum | 2020-04-06 |
Bewertung | 4.08/5 Insgesamt 75 Bewertungen |
Entwickler | guytepper |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/guytepper/lastfm-unscrobbler |
Unterstützte Sprachen | 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" } } } |