Lastique

Last.fm scrobbler for YouTube and VKontakte

What is Lastique?

Lastique is a Chrome extension developed by Anton Romanovich, and its main feature is "Last.fm scrobbler for YouTube and VKontakte".

Extension Screenshots

screenshot

Download Lastique Extension CRX File

Download Lastique extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Lastique Lastique
ID iepmcfkedcobclgjlblahmlekodmnmmk
Official URL https://chromewebstore.google.com/detail/lastique/iepmcfkedcobclgjlblahmlekodmnmmk
Description Last.fm scrobbler for YouTube and VKontakte
File Size 70.64 KB
Installation Count 2,022
Current Version 0.1.13
Last Updated 2017-02-17
Publish Date 2017-02-16
Rating 3.72/5 Total 118 Ratings
Developer Anton Romanovich
Payment Type free
Extension Website http://vk.com/lastique
Help Page URL http://vk.com/lastique
Supported Languages 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": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "injector.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "shared_constants.js",
        "connectors\/utils.js",
        "connectors\/vk.js",
        "connectors\/youtube.js",
        "connectors\/bandcamp.js"
    ]
}