Lastique
Last.fm scrobbler for YouTube and VKontakte
Hvad er Lastique?
Lastique er en Chrome-udvidelse udviklet af Anton Romanovich, og dens hovedfunktion er "Last.fm scrobbler for YouTube and VKontakte".
Udvidelsesskærmbilleder
Download Lastique-udvidelses-CRX-fil
Download Lastique-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Extension allowing you to scrobble to Last.fm in Google Chrome. * Updates the "Listening Now" feature on Last.fm * Scrobbles now playing songs at 50% played time * Shows list of recently played songs in popup window * Allows to unscrobble songs * Allows to love/unlove songs * Allows to download tracks from vk.com * Does not require your Last.fm username and password The current version of Lastique only supports YouTube and VKontakte (vk.com). http://vk.com/lastique Lastique can be easily extended to support other services as well. Project released under MIT license and hosted on Github. You are welcome to contribute: https://github.com/aromanovich/lastique
Grundlæggende oplysninger om udvidelsen
Navn | Lastique |
ID | iepmcfkedcobclgjlblahmlekodmnmmk |
Officiel URL | https://chromewebstore.google.com/detail/lastique/iepmcfkedcobclgjlblahmlekodmnmmk |
Beskrivelse | Last.fm scrobbler for YouTube and VKontakte |
Filstørrelse | 70.64 KB |
Antal Installationer | 2,022 |
Nuværende Version | 0.1.13 |
Senest Opdateret | 2017-02-17 |
Udgivelsesdato | 2017-02-16 |
Bedømmelse | 3.72/5 Samlet 118 Bedømmelser |
Udvikler | Anton Romanovich |
Betalingsmetode | free |
Udvidelseswebsted | http://vk.com/lastique |
Hjælpeside-URL | http://vk.com/lastique |
Understøttede Sprog | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Lastique", "version": "0.1.13", "default_locale": "en", "description": "__MSG_extensionDescription__", "icons": { "48": "icon-48.png", "128": "icon-128.png" }, "options_page": "options.html", "browser_action": { "default_icon": "icon-128.png", "default_popup": "popup.html" }, "background": { "scripts": [ "libs\/zepto.min.js", "libs\/md5.js", "lastfm.js", "shared_constants.js", "background.js" ] }, "content_scripts": [ { "matches": [ " |