Last.FM Unscrobbler
Delete multiple scrobbles from your Last.FM profile.
什麼是Last.FM Unscrobbler?
Last.FM Unscrobbler是由guytepper開發的Chrome擴展程式,該擴展的主要功能是“Delete multiple scrobbles from your Last.FM profile.”。
擴展截圖
下載Last.FM Unscrobbler擴展crx文件
下載Last.FM Unscrobbler擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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".
擴展基本資訊
名稱 | Last.FM Unscrobbler |
ID | pjlmjmkpaklofeinjkhhdcggbgjhahek |
官方網址 | https://chromewebstore.google.com/detail/lastfm-unscrobbler/pjlmjmkpaklofeinjkhhdcggbgjhahek |
簡介 | Delete multiple scrobbles from your Last.FM profile. |
檔案大小 | 28.31 KB |
安裝次數 | 10,407 |
目前版本 | 1.6.3 |
更新時間 | 2024-02-03 |
上架時間 | 2020-04-06 |
評分 | 4.08/5 共 75 次評分 |
開發者 | guytepper |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://github.com/guytepper/lastfm-unscrobbler |
支援的語言 | 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" } } } |