Last.FM Unscrobbler

Delete multiple scrobbles from your Last.FM profile.

Apa itu Last.FM Unscrobbler?

Last.FM Unscrobbler adalah ekstensi Chrome yang dikembangkan oleh guytepper, dan fitur utamanya adalah "Delete multiple scrobbles from your Last.FM profile.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Last.FM Unscrobbler

Unduh file ekstensi Last.FM Unscrobbler dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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".                    

Informasi Dasar Ekstensi

Nama Last.FM Unscrobbler Last.FM Unscrobbler
ID pjlmjmkpaklofeinjkhhdcggbgjhahek
URL Resmi https://chromewebstore.google.com/detail/lastfm-unscrobbler/pjlmjmkpaklofeinjkhhdcggbgjhahek
Deskripsi Delete multiple scrobbles from your Last.FM profile.
Ukuran File 28.31 KB
Jumlah Instalasi 10,407
Versi Saat Ini 1.6.3
Terakhir Diperbarui 2024-02-03
Tanggal Publikasi 2020-04-06
Penilaian 4.08/5 Total 75 Penilaian
Pengembang guytepper
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/guytepper/lastfm-unscrobbler
Bahasa yang Didukung 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"
        }
    }
}