Lastique
Last.fm scrobbler for YouTube and VKontakte
Co je Lastique?
Lastique je rozšíření Chrome vyvinuté Anton Romanovich, a jeho hlavní funkcí je „Last.fm scrobbler for YouTube and VKontakte“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Lastique
Stáhněte si soubory rozšíření Lastique ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Lastique |
ID | iepmcfkedcobclgjlblahmlekodmnmmk |
Oficiální URL | https://chromewebstore.google.com/detail/lastique/iepmcfkedcobclgjlblahmlekodmnmmk |
Popis | Last.fm scrobbler for YouTube and VKontakte |
Velikost souboru | 70.64 KB |
Počet instalací | 2,022 |
Aktuální Verze | 0.1.13 |
Poslední Aktualizace | 2017-02-17 |
Datum Vydání | 2017-02-16 |
Hodnocení | 3.72/5 Celkem 118 Hodnocení |
Vývojář | Anton Romanovich |
Typ Platby | free |
Webové stránky Rozšíření | http://vk.com/lastique |
URL Stránky Nápovědy | http://vk.com/lastique |
Podporované Jazyky | 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": [ " |