Last.FM Normalizer

Normalizes Top Artist rankings by time spent listening instead of total plays.

ما هو Last.FM Normalizer؟

Last.FM Normalizer هو إضافة Chrome تم تطويرها بواسطة hogueapps، والميزة الرئيسية لها هي "Normalizes Top Artist rankings by time spent listening instead of total plays.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Last.FM Normalizer

قم بتنزيل ملفات الامتداد Last.FM Normalizer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Edits Last.FM Profiles to contain a normalized artist chart. This means that the charts are created based off of the time the artists were listened to, not total play counts.

- Edits Last.FM profiles on the website to include the "normalized" table.

- Sorts your top artists by how long they have been listened to -- not by playcount.
 
- You can choose a timeframe (ex: last 7 days, last month, last 3 months, overall) and page through the results.
 
- Caches results browser-side in local storage, as to not make unnecessary requests.
 
- For example, the 7 day data is "cached" for one hour. If the data is older than that, it will throw it away and request new data.                    

معلومات أساسية عن التمديد

الاسم Last.FM Normalizer Last.FM Normalizer
ID fgcgjpnojhfpkanpfichggjfboomocnd
عنوان URL الرسمي https://chrome.google.com/webstore/detail/lastfm-normalizer/fgcgjpnojhfpkanpfichggjfboomocnd
الوصف Normalizes Top Artist rankings by time spent listening instead of total plays.
حجم الملف 23.95 KB
عدد التثبيتات 271
النسخة الحالية 1.0.3
آخر تحديث 2015-01-12
تاريخ النشر 2015-01-12
تقييم 2.92/5 مجموع تقييمات 12
المطور hogueapps
نوع الدفع free
موقع الإضافة http://github.com/mikehogue/lastfmnormalizer
عنوان صفحة المساعدة http://github.com/mikehogue/lastfmnormalizer
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Last.FM Normalizer",
    "description": "Normalizes Top Artist rankings by time spent listening instead of total plays.",
    "version": "1.0.3",
    "permissions": [
        "activeTab",
        "webRequest",
        "*:\/\/*.last.fm\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "web_accessible_resources": [
        "arrow_left.png"
    ],
    "manifest_version": 2
}