Last.FM Normalizer

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

什麼是Last.FM Normalizer?

Last.FM Normalizer是由hogueapps開發的Chrome擴展程式,該擴展的主要功能是“Normalizes Top Artist rankings by time spent listening instead of total plays.”。

擴展截圖

screenshot

下載Last.FM Normalizer擴展crx文件

下載Last.FM Normalizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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
說明頁面URL 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
}