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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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