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
官方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
帮助页面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
}