Lastique

Last.fm scrobbler for YouTube and VKontakte

Lastiqueとは何ですか?

LastiqueはAnton Romanovichによって開発されたChromeの拡張機能で、その主な機能は「Last.fm scrobbler for YouTube and VKontakte」です。

拡張機能のスクリーンショット

screenshot

Lastique拡張機能のCRXファイルをダウンロード

Lastique拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Lastique Lastique
ID iepmcfkedcobclgjlblahmlekodmnmmk
公式URL https://chromewebstore.google.com/detail/lastique/iepmcfkedcobclgjlblahmlekodmnmmk
説明 Last.fm scrobbler for YouTube and VKontakte
ファイルサイズ 70.64 KB
インストール数 2,022
現在のバージョン 0.1.13
最終更新日 2017-02-17
公開日 2017-02-16
評価 3.72/5 合計 118 レビュー
開発者 Anton Romanovich
支払い方法 free
拡張機能のウェブサイト http://vk.com/lastique
ヘルプページのURL http://vk.com/lastique
対応言語 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"
    ]
}