Lastique
Last.fm scrobbler for YouTube and VKontakte
Was ist Lastique?
Lastique ist eine Chrome-Erweiterung, die von Anton Romanovich entwickelt wurde, und ihr Hauptmerkmal ist "Last.fm scrobbler for YouTube and VKontakte".
Erweiterungsscreenshots
Lastique-Erweiterungs-CRX-Datei herunterladen
Laden Sie Lastique-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Lastique |
ID | iepmcfkedcobclgjlblahmlekodmnmmk |
Offizielle URL | https://chromewebstore.google.com/detail/lastique/iepmcfkedcobclgjlblahmlekodmnmmk |
Beschreibung | Last.fm scrobbler for YouTube and VKontakte |
Dateigröße | 70.64 KB |
Installationsanzahl | 2,022 |
Aktuelle Version | 0.1.13 |
Letztes Update | 2017-02-17 |
Veröffentlichungsdatum | 2017-02-16 |
Bewertung | 3.72/5 Insgesamt 118 Bewertungen |
Entwickler | Anton Romanovich |
Zahlungsart | free |
Erweiterungswebsite | http://vk.com/lastique |
Hilfeseite URL | http://vk.com/lastique |
Unterstützte Sprachen | 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": [ " |