Last.fm
Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks,…
Last.fm क्या है?
Last.fm redhead द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks,…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Last.fm एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks, upcoming events and top artists. Notifies you about upcoming events by changing the icon. *It doesn't play any music.* You can search for artist/album/track titles which will popup with most relevant results. You can express "love" for track.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | llnaedjamgkhniabahfmpemmbclcnllc |
आधिकारिक URL | https://chrome.google.com/webstore/detail/lastfm/llnaedjamgkhniabahfmpemmbclcnllc |
विवरण | Extension that makes a mini version of Last.fm in Chrome. Shows your recommended artists/events, friends, recently played tracks,… |
फ़ाइल का आकार | 136 KB |
स्थापना संख्या | 5,126 |
वर्तमान संस्करण | 0.7.3 |
अंतिम अपडेट | 2013-06-25 |
प्रकाशन तिथि | 2013-06-25 |
रेटिंग | 3.50/5 कुल 115 रेटिंग्स |
डेवलपर | redhead |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "manifest_version": 2, "background": { "page": "background.html" }, "browser_action": { "default_icon": "images\/default.png", "default_title": "Last.fm", "default_popup": "popup.html" }, "icons": { "128": "icon128.png", "32": "icon32.png", "48": "icon48.png" }, "name": "Last.fm", "permissions": [ "http:\/\/ws.audioscrobbler.com\/", "http:\/\/www.last.fm\/", "tabs" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "0.7.3" } |