Last.FM Unscrobbler
Delete multiple scrobbles from your Last.FM profile.
Wat is Last.FM Unscrobbler?
Last.FM Unscrobbler is een Chrome-extensie ontwikkeld door guytepper, en de belangrijkste functie is "Delete multiple scrobbles from your Last.FM profile.".
Extensie Screenshots
Download het CRX-bestand van de extensie Last.FM Unscrobbler
Download Last.FM Unscrobbler-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
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".
Basisinformatie over de Extensie
Naam | Last.FM Unscrobbler |
ID | pjlmjmkpaklofeinjkhhdcggbgjhahek |
Officiële URL | https://chromewebstore.google.com/detail/lastfm-unscrobbler/pjlmjmkpaklofeinjkhhdcggbgjhahek |
Beschrijving | Delete multiple scrobbles from your Last.FM profile. |
Bestandsgrootte | 28.31 KB |
Aantal Installaties | 10,407 |
Huidige Versie | 1.6.3 |
Laatst Bijgewerkt | 2024-02-03 |
Publicatiedatum | 2020-04-06 |
Beoordeling | 4.08/5 Totaal 75 Beoordelingen |
Ontwikkelaar | guytepper |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/guytepper/lastfm-unscrobbler |
Ondersteunde Talen | 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" } } } |