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
官方網址 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"
    ]
}