LastPlayer
Extensions for convenient use of the LastPlayer (popup control panel, hotkeys, VK status update)
Qu'est-ce que LastPlayer ?
LastPlayer est une extension Chrome développée par https://lastplayer.ru, et sa fonction principale est "Extensions for convenient use of the LastPlayer (popup control panel, hotkeys, VK status update)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension LastPlayer
Téléchargez les fichiers d'extension LastPlayer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Раcширение для более удобного использования плеера LastPlayer. Возможности: -обновление статуса ВКонтакте; -быстрое управление плеером через всплывающее окно расширения; -быстрое управление горячими клавишами (в пределах браузера); LastPlayer позволяет прослушивать музыку, загруженную на сервера вконтакте, по плейлистам, полученным с сайта last.fm. Приложение абсолютно бесплатно. Для его использование необходимо только иметь аккаунт на сайте ВКонтакте (vk.com). Для использования плеера не требуется подписка на last.fm и, даже, не обязательно иметь там аккаунт. Если у Вас уже есть аккаунт на этом сайте, то разобраться с использованием плеера будет проще. Последняя версия приложения в настоящий момент дорабатывается с учетом пожеланий пользователей.
Informations de Base sur l'Extension
Nom | LastPlayer |
ID | godmhhodlogbflbiijednodnnppejjnh |
URL Officiel | https://chromewebstore.google.com/detail/lastplayer/godmhhodlogbflbiijednodnnppejjnh |
Description | Extensions for convenient use of the LastPlayer (popup control panel, hotkeys, VK status update) |
Taille du Fichier | 102 KB |
Nombre d'Installations | 261 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2014-10-27 |
Date de Publication | 2014-10-27 |
Évaluation | 4.83/5 Total 12 Évaluations |
Développeur | https://lastplayer.ru |
Type de Paiement | free |
Langues Prises en Charge | 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" } |