Last.FM Unscrobbler

Delete multiple scrobbles from your Last.FM profile.

Last.FM Unscrobblerคืออะไร?

Last.FM Unscrobbler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย guytepper และคุณลักษณะหลักของมันคือ "Delete multiple scrobbles from your Last.FM profile."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Last.FM Unscrobbler

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        }
    }
}