Last.FM Normalizer

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

Wat is Last.FM Normalizer?

Last.FM Normalizer is een Chrome-extensie ontwikkeld door hogueapps, en de belangrijkste functie is "Normalizes Top Artist rankings by time spent listening instead of total plays.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Last.FM Normalizer

Download Last.FM Normalizer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Last.FM Normalizer Last.FM Normalizer
ID fgcgjpnojhfpkanpfichggjfboomocnd
Officiële URL https://chrome.google.com/webstore/detail/lastfm-normalizer/fgcgjpnojhfpkanpfichggjfboomocnd
Beschrijving Normalizes Top Artist rankings by time spent listening instead of total plays.
Bestandsgrootte 23.95 KB
Aantal Installaties 271
Huidige Versie 1.0.3
Laatst Bijgewerkt 2015-01-12
Publicatiedatum 2015-01-12
Beoordeling 2.92/5 Totaal 12 Beoordelingen
Ontwikkelaar hogueapps
Betalingswijze free
Extensiewebsite http://github.com/mikehogue/lastfmnormalizer
Help Pagina-URL http://github.com/mikehogue/lastfmnormalizer
Ondersteunde Talen 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
}