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 |
公式URL | 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 |
Eメール | [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" } } } |