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.”。

扩展截图

screenshot

下载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 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
电子邮箱 [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"
        }
    }
}