Lastique

Last.fm scrobbler for YouTube and VKontakte

Lastiqueคืออะไร?

Lastique เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Anton Romanovich และคุณลักษณะหลักของมันคือ "Last.fm scrobbler for YouTube and VKontakte"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Lastique

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}