Last.FM Normalizer

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

Last.FM Normalizer là gì?

Last.FM Normalizer là một tiện ích mở rộng Chrome được phát triển bởi hogueapps, và tính năng chính của nó là "Normalizes Top Artist rankings by time spent listening instead of total plays.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Last.FM Normalizer

Tải xuống các tệp mở rộng Last.FM Normalizer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Last.FM Normalizer Last.FM Normalizer
ID fgcgjpnojhfpkanpfichggjfboomocnd
URL Chính Thức https://chrome.google.com/webstore/detail/lastfm-normalizer/fgcgjpnojhfpkanpfichggjfboomocnd
Mô tả Normalizes Top Artist rankings by time spent listening instead of total plays.
Kích Thước Tệp 23.95 KB
Số Lần Cài Đặt 271
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2015-01-12
Ngày Phát Hành 2015-01-12
Đánh Giá 2.92/5 Tổng số 12 Đánh Giá
Nhà Phát Triển hogueapps
Loại Thanh Toán free
Trang Web Mở Rộng http://github.com/mikehogue/lastfmnormalizer
URL Trang Trợ Giúp http://github.com/mikehogue/lastfmnormalizer
Ngôn Ngữ Được Hỗ Trợ 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
}