LastPlayer

Extensions for convenient use of the LastPlayer (popup control panel, hotkeys, VK status update)

什么是LastPlayer?

LastPlayer是由https://lastplayer.ru开发的Chrome扩展程序,该扩展的主要功能是“Extensions for convenient use of the LastPlayer (popup control panel, hotkeys, VK status update)”。

扩展截图

screenshot
screenshot

下载LastPlayer扩展crx文件

下载LastPlayer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Раcширение для более удобного использования плеера LastPlayer. Возможности:
-обновление статуса ВКонтакте;
-быстрое управление плеером через всплывающее окно расширения;
-быстрое управление горячими клавишами (в пределах браузера);

LastPlayer позволяет прослушивать музыку, загруженную на сервера вконтакте, по плейлистам, полученным с сайта last.fm. Приложение абсолютно бесплатно. Для его использование необходимо только иметь аккаунт на сайте ВКонтакте (vk.com). Для использования плеера не требуется подписка на last.fm и, даже, не обязательно иметь там аккаунт. Если у Вас уже есть аккаунт на этом сайте, то разобраться с использованием плеера будет проще. Последняя версия приложения в настоящий момент дорабатывается с учетом пожеланий пользователей.                    

扩展基本信息

名称 LastPlayer LastPlayer
ID godmhhodlogbflbiijednodnnppejjnh
官方URL https://chromewebstore.google.com/detail/lastplayer/godmhhodlogbflbiijednodnnppejjnh
简介 Extensions for convenient use of the LastPlayer (popup control panel, hotkeys, VK status update)
文件大小 102 KB
安装次数 261
当前版本 1.0.2
更新时间 2014-10-27
上架时间 2014-10-27
评分 4.83/5 共12次评分
开发者 https://lastplayer.ru
付费类型 free
支持的语言 ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "LastPlayer",
    "description": "Extensions for convenient use of the LastPlayer (popup control panel, hotkeys, VK status update)",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "logo16.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "tabs",
        "https:\/\/api.vk.com\/",
        "http:\/\/lastplayer.ru\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/lastplayer.ru\/player*"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "cs.js"
            ]
        },
        {
            "matches": [
                "*:\/\/oauth.vk.com\/blank.html"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "oauth-vk-cs.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "jquery-1.8.3.min.js",
                "utils.js",
                "hotkeys.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "jquery-1.8.3.min.js",
            "utils.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html"
}