Last.FM Normalizer

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

Qu'est-ce que Last.FM Normalizer ?

Last.FM Normalizer est une extension Chrome développée par hogueapps, et sa fonction principale est "Normalizes Top Artist rankings by time spent listening instead of total plays.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Last.FM Normalizer

Téléchargez les fichiers d'extension Last.FM Normalizer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Last.FM Normalizer Last.FM Normalizer
ID fgcgjpnojhfpkanpfichggjfboomocnd
URL Officiel https://chrome.google.com/webstore/detail/lastfm-normalizer/fgcgjpnojhfpkanpfichggjfboomocnd
Description Normalizes Top Artist rankings by time spent listening instead of total plays.
Taille du Fichier 23.95 KB
Nombre d'Installations 271
Version Actuelle 1.0.3
Dernière Mise à Jour 2015-01-12
Date de Publication 2015-01-12
Évaluation 2.92/5 Total 12 Évaluations
Développeur hogueapps
Type de Paiement free
Site Web de l'Extension http://github.com/mikehogue/lastfmnormalizer
URL de la Page d'Aide http://github.com/mikehogue/lastfmnormalizer
Langues Prises en Charge 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
}