Lastique

Last.fm scrobbler for YouTube and VKontakte

Lastique là gì?

Lastique là một tiện ích mở rộng Chrome được phát triển bởi Anton Romanovich, và tính năng chính của nó là "Last.fm scrobbler for YouTube and VKontakte".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lastique

Tải xuống các tệp mở rộng Lastique dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Lastique Lastique
ID iepmcfkedcobclgjlblahmlekodmnmmk
URL Chính Thức https://chromewebstore.google.com/detail/lastique/iepmcfkedcobclgjlblahmlekodmnmmk
Mô tả Last.fm scrobbler for YouTube and VKontakte
Kích Thước Tệp 70.64 KB
Số Lần Cài Đặt 2,022
Phiên Bản Hiện Tại 0.1.13
Cập Nhật Lần Cuối 2017-02-17
Ngày Phát Hành 2017-02-16
Đánh Giá 3.72/5 Tổng số 118 Đánh Giá
Nhà Phát Triển Anton Romanovich
Loại Thanh Toán free
Trang Web Mở Rộng http://vk.com/lastique
URL Trang Trợ Giúp http://vk.com/lastique
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}