Last.FM Unscrobbler
Delete multiple scrobbles from your Last.FM profile.
O que é Last.FM Unscrobbler?
Last.FM Unscrobbler é uma extensão do Chrome desenvolvida por guytepper, e sua principal característica é "Delete multiple scrobbles from your Last.FM profile.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Last.FM Unscrobbler
Baixe arquivos de extensão Last.FM Unscrobbler no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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".
Informações Básicas da Extensão
Nome | Last.FM Unscrobbler |
ID | pjlmjmkpaklofeinjkhhdcggbgjhahek |
URL Oficial | https://chromewebstore.google.com/detail/lastfm-unscrobbler/pjlmjmkpaklofeinjkhhdcggbgjhahek |
Descrição | Delete multiple scrobbles from your Last.FM profile. |
Tamanho do Arquivo | 28.31 KB |
Contagem de Instalações | 10,407 |
Versão Atual | 1.6.3 |
Última Atualização | 2024-02-03 |
Data de Publicação | 2020-04-06 |
Classificação | 4.08/5 Total de 75 Avaliações |
Desenvolvedor | guytepper |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/guytepper/lastfm-unscrobbler |
Idiomas Suportados | 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" } } } |