Last.FM Unscrobbler
Delete multiple scrobbles from your Last.FM profile.
Last.FM Unscrobbler là gì?
Last.FM Unscrobbler là một tiện ích mở rộng Chrome được phát triển bởi guytepper, và tính năng chính của nó là "Delete multiple scrobbles from your Last.FM profile.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Last.FM Unscrobbler
Tải xuống các tệp mở rộng Last.FM Unscrobbler dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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".
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Last.FM Unscrobbler |
ID | pjlmjmkpaklofeinjkhhdcggbgjhahek |
URL Chính Thức | https://chromewebstore.google.com/detail/lastfm-unscrobbler/pjlmjmkpaklofeinjkhhdcggbgjhahek |
Mô tả | Delete multiple scrobbles from your Last.FM profile. |
Kích Thước Tệp | 28.31 KB |
Số Lần Cài Đặt | 10,407 |
Phiên Bản Hiện Tại | 1.6.3 |
Cập Nhật Lần Cuối | 2024-02-03 |
Ngày Phát Hành | 2020-04-06 |
Đánh Giá | 4.08/5 Tổng số 75 Đánh Giá |
Nhà Phát Triển | guytepper |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/guytepper/lastfm-unscrobbler |
Ngôn Ngữ Được Hỗ Trợ | 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" } } } |