Lastique

Last.fm scrobbler for YouTube and VKontakte

Qu'est-ce que Lastique ?

Lastique est une extension Chrome développée par Anton Romanovich, et sa fonction principale est "Last.fm scrobbler for YouTube and VKontakte".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Lastique

Téléchargez les fichiers d'extension Lastique au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Lastique Lastique
ID iepmcfkedcobclgjlblahmlekodmnmmk
URL Officiel https://chromewebstore.google.com/detail/lastique/iepmcfkedcobclgjlblahmlekodmnmmk
Description Last.fm scrobbler for YouTube and VKontakte
Taille du Fichier 70.64 KB
Nombre d'Installations 2,022
Version Actuelle 0.1.13
Dernière Mise à Jour 2017-02-17
Date de Publication 2017-02-16
Évaluation 3.72/5 Total 118 Évaluations
Développeur Anton Romanovich
Type de Paiement free
Site Web de l'Extension http://vk.com/lastique
URL de la Page d'Aide http://vk.com/lastique
Langues Prises en Charge 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"
    ]
}