Lastique

Last.fm scrobbler for YouTube and VKontakte

O que é Lastique?

Lastique é uma extensão do Chrome desenvolvida por Anton Romanovich, e sua principal característica é "Last.fm scrobbler for YouTube and VKontakte".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Lastique

Baixe arquivos de extensão Lastique no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Lastique Lastique
ID iepmcfkedcobclgjlblahmlekodmnmmk
URL Oficial https://chromewebstore.google.com/detail/lastique/iepmcfkedcobclgjlblahmlekodmnmmk
Descrição Last.fm scrobbler for YouTube and VKontakte
Tamanho do Arquivo 70.64 KB
Contagem de Instalações 2,022
Versão Atual 0.1.13
Última Atualização 2017-02-17
Data de Publicação 2017-02-16
Classificação 3.72/5 Total de 118 Avaliações
Desenvolvedor Anton Romanovich
Tipo de Pagamento free
Site da Extensão http://vk.com/lastique
URL da Página de Ajuda http://vk.com/lastique
Idiomas Suportados 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"
    ]
}