Last.FM Unscrobbler
Delete multiple scrobbles from your Last.FM profile.
Qu'est-ce que Last.FM Unscrobbler ?
Last.FM Unscrobbler est une extension Chrome développée par guytepper, et sa fonction principale est "Delete multiple scrobbles from your Last.FM profile.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Last.FM Unscrobbler
Téléchargez les fichiers d'extension Last.FM Unscrobbler au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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".
Informations de Base sur l'Extension
Nom | Last.FM Unscrobbler |
ID | pjlmjmkpaklofeinjkhhdcggbgjhahek |
URL Officiel | https://chromewebstore.google.com/detail/lastfm-unscrobbler/pjlmjmkpaklofeinjkhhdcggbgjhahek |
Description | Delete multiple scrobbles from your Last.FM profile. |
Taille du Fichier | 28.31 KB |
Nombre d'Installations | 10,407 |
Version Actuelle | 1.6.3 |
Dernière Mise à Jour | 2024-02-03 |
Date de Publication | 2020-04-06 |
Évaluation | 4.08/5 Total 75 Évaluations |
Développeur | guytepper |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/guytepper/lastfm-unscrobbler |
Langues Prises en Charge | 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" } } } |