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)」です。
拡張機能のスクリーンショット
LastPlayer拡張機能のCRXファイルをダウンロード
LastPlayer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Раcширение для более удобного использования плеера LastPlayer. Возможности: -обновление статуса ВКонтакте; -быстрое управление плеером через всплывающее окно расширения; -быстрое управление горячими клавишами (в пределах браузера); LastPlayer позволяет прослушивать музыку, загруженную на сервера вконтакте, по плейлистам, полученным с сайта last.fm. Приложение абсолютно бесплатно. Для его использование необходимо только иметь аккаунт на сайте ВКонтакте (vk.com). Для использования плеера не требуется подписка на last.fm и, даже, не обязательно иметь там аккаунт. Если у Вас уже есть аккаунт на этом сайте, то разобраться с использованием плеера будет проще. Последняя версия приложения в настоящий момент дорабатывается с учетом пожеланий пользователей.
拡張機能の基本情報
名前 | 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" } |