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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Ра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" } |