Last.FM Normalizer

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

O que é Last.FM Normalizer?

Last.FM Normalizer é uma extensão do Chrome desenvolvida por hogueapps, e sua principal característica é "Normalizes Top Artist rankings by time spent listening instead of total plays.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Last.FM Normalizer

Baixe arquivos de extensão Last.FM Normalizer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Last.FM Normalizer Last.FM Normalizer
ID fgcgjpnojhfpkanpfichggjfboomocnd
URL Oficial https://chrome.google.com/webstore/detail/lastfm-normalizer/fgcgjpnojhfpkanpfichggjfboomocnd
Descrição Normalizes Top Artist rankings by time spent listening instead of total plays.
Tamanho do Arquivo 23.95 KB
Contagem de Instalações 271
Versão Atual 1.0.3
Última Atualização 2015-01-12
Data de Publicação 2015-01-12
Classificação 2.92/5 Total de 12 Avaliações
Desenvolvedor hogueapps
Tipo de Pagamento free
Site da Extensão http://github.com/mikehogue/lastfmnormalizer
URL da Página de Ajuda http://github.com/mikehogue/lastfmnormalizer
Idiomas Suportados 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
}