VK Player
The extension VKPlayer allow you to play/pause music on VK.com and switch to next track, just duble click on icon.
O que é VK Player?
VK Player é uma extensão do Chrome desenvolvida por Eugene Probkin, e sua principal característica é "The extension VKPlayer allow you to play/pause music on VK.com and switch to next track, just duble click on icon.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão VK Player
Baixe arquivos de extensão VK Player no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This application allow you control VK music player without tab switching!
Informações Básicas da Extensão
Nome | VK Player |
ID | kcameajjpbgnncnadcilkmfocpabkihh |
URL Oficial | https://chromewebstore.google.com/detail/vk-player/kcameajjpbgnncnadcilkmfocpabkihh |
Descrição | The extension VKPlayer allow you to play/pause music on VK.com and switch to next track, just duble click on icon. |
Tamanho do Arquivo | 175 KB |
Contagem de Instalações | 1,334 |
Versão Atual | 1.1.1 |
Última Atualização | 2014-09-23 |
Data de Publicação | 2014-09-23 |
Classificação | 3.16/5 Total de 64 Avaliações |
Desenvolvedor | Eugene Probkin |
Tipo de Pagamento | free |
Idiomas Suportados | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "1.1.1", "default_locale": "en", "permissions": [ "tabs", "notifications", "http:\/\/vk.com\/*", "https:\/\/vk.com\/*", "http:\/\/userserve-ak.last.fm\/", "http:\/\/playadv.moblez.com\/" ], "options_page": "options.html", "browser_action": { "default_icon": { "19": "img\/paused19.png", "39": "img\/paused38.png" } }, "background": { "scripts": [ "\/js\/jquery.js", "\/js\/default_settings.js", "\/js\/app.js" ], "persistent": false }, "web_accessible_resources": [ "\/img\/icon.png" ], "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'; img-src 'self' http:\/\/userserve-ak.last.fm\/ http:\/\/www.google-analytics.com\/ http:\/\/playadv.moblez.com\/", "commands": { "playpause": { "suggested_key": { "default": "Ctrl+8" }, "description": "__MSG_hotkeyPlayDescription__" }, "next": { "suggested_key": { "default": "Ctrl+9" }, "description": "__MSG_hotkeyNextDescription__" } } } |