Last.FM Normalizer
Normalizes Top Artist rankings by time spent listening instead of total plays.
Last.FM Normalizer क्या है?
Last.FM Normalizer hogueapps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Normalizes Top Artist rankings by time spent listening instead of total plays."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Last.FM Normalizer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fgcgjpnojhfpkanpfichggjfboomocnd |
आधिकारिक URL | https://chrome.google.com/webstore/detail/lastfm-normalizer/fgcgjpnojhfpkanpfichggjfboomocnd |
विवरण | Normalizes Top Artist rankings by time spent listening instead of total plays. |
फ़ाइल का आकार | 23.95 KB |
स्थापना संख्या | 271 |
वर्तमान संस्करण | 1.0.3 |
अंतिम अपडेट | 2015-01-12 |
प्रकाशन तिथि | 2015-01-12 |
रेटिंग | 2.92/5 कुल 12 रेटिंग्स |
डेवलपर | hogueapps |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://github.com/mikehogue/lastfmnormalizer |
सहायता पृष्ठ URL | http://github.com/mikehogue/lastfmnormalizer |
समर्थित भाषाएँ | 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 } |