Last.FM Normalizer

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

What is Last.FM Normalizer?

Last.FM Normalizer is a Chrome extension developed by hogueapps, and its main feature is "Normalizes Top Artist rankings by time spent listening instead of total plays.".

Extension Screenshots

screenshot

Download Last.FM Normalizer Extension CRX File

Download Last.FM Normalizer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Last.FM Normalizer Last.FM Normalizer
ID fgcgjpnojhfpkanpfichggjfboomocnd
Official URL https://chrome.google.com/webstore/detail/lastfm-normalizer/fgcgjpnojhfpkanpfichggjfboomocnd
Description Normalizes Top Artist rankings by time spent listening instead of total plays.
File Size 23.95 KB
Installation Count 271
Current Version 1.0.3
Last Updated 2015-01-12
Publish Date 2015-01-12
Rating 2.92/5 Total 12 Ratings
Developer hogueapps
Payment Type free
Extension Website http://github.com/mikehogue/lastfmnormalizer
Help Page URL http://github.com/mikehogue/lastfmnormalizer
Supported Languages 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
}