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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    ]
}