Last.FM Unscrobbler
Delete multiple scrobbles from your Last.FM profile.
Co to jest Last.FM Unscrobbler?
Last.FM Unscrobbler to rozszerzenie Chrome opracowane przez guytepper, a jego główną funkcją jest „Delete multiple scrobbles from your Last.FM profile.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Last.FM Unscrobbler
Pobierz pliki rozszerzeń Last.FM Unscrobbler w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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".
Podstawowe informacje o rozszerzeniu
Nazwa | Last.FM Unscrobbler |
ID | pjlmjmkpaklofeinjkhhdcggbgjhahek |
Oficjalny URL | https://chromewebstore.google.com/detail/lastfm-unscrobbler/pjlmjmkpaklofeinjkhhdcggbgjhahek |
Opis | Delete multiple scrobbles from your Last.FM profile. |
Rozmiar pliku | 28.31 KB |
Liczba instalacji | 10,407 |
Aktualna Wersja | 1.6.3 |
Ostatnia Aktualizacja | 2024-02-03 |
Data Publikacji | 2020-04-06 |
Ocena | 4.08/5 Łącznie 75 Oceny |
Deweloper | guytepper |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/guytepper/lastfm-unscrobbler |
Obsługiwane Języki | 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" } } } |