Last.FM Unscrobbler
Delete multiple scrobbles from your Last.FM profile.
Vad är Last.FM Unscrobbler?
Last.FM Unscrobbler är en Chrome-tillägg utvecklad av guytepper, och dess huvudfunktion är "Delete multiple scrobbles from your Last.FM profile.".
Tilläggsskärmbilder
Ladda ner Last.FM Unscrobbler-förlängningens CRX-fil
Ladda ner Last.FM Unscrobbler-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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".
Grundläggande Information om Tillägg
Namn | Last.FM Unscrobbler |
ID | pjlmjmkpaklofeinjkhhdcggbgjhahek |
Officiell webbadress | https://chromewebstore.google.com/detail/lastfm-unscrobbler/pjlmjmkpaklofeinjkhhdcggbgjhahek |
Beskrivning | Delete multiple scrobbles from your Last.FM profile. |
Filstorlek | 28.31 KB |
Antal Installationer | 10,407 |
Aktuell Version | 1.6.3 |
Senast Uppdaterad | 2024-02-03 |
Publiceringsdatum | 2020-04-06 |
Betyg | 4.08/5 Totalt 75 Betyg |
Utvecklare | guytepper |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/guytepper/lastfm-unscrobbler |
Stödda Språk | 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" } } } |