VK Player

Control VK Player from a single extension. You can use your keybindings or the graphical interface to listen to your favourite…

O que é VK Player?

VK Player é uma extensão do Chrome desenvolvida por https://activebridge.org, e sua principal característica é "Control VK Player from a single extension. You can use your keybindings or the graphical interface to listen to your favourite…".

Capturas de Tela da Extensão

screenshot

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

                        Control VK Player from a single extension. You can use your keybindings or the graphical interface to listen to your favourite music. Right click on the extension to open the options page, from there you can setup keybindings                    

Informações Básicas da Extensão

Nome VK Player VK Player
ID mpbflafbdpgpkdgdocnhfhbfdkpidibi
URL Oficial https://chromewebstore.google.com/detail/vk-player/mpbflafbdpgpkdgdocnhfhbfdkpidibi
Descrição Control VK Player from a single extension. You can use your keybindings or the graphical interface to listen to your favourite…
Tamanho do Arquivo 12.92 KB
Contagem de Instalações 365
Versão Atual 2.1
Última Atualização 2018-10-25
Data de Publicação 2018-10-25
Classificação 4.50/5 Total de 10 Avaliações
Desenvolvedor https://activebridge.org
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/galulex/vk_audio
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "2.1",
    "default_locale": "ru",
    "homepage_url": "https:\/\/github.com\/galulex\/vk_audio",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        "*:\/\/*.vk.com\/audio*"
    ],
    "browser_action": {
        "default_title": "VK Player",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "icons": {
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "commands": {
        "Play \/ Pause": {
            "suggested_key": {
                "windows": "Alt+S",
                "mac": "Alt+S",
                "chromeos": "Alt+S",
                "linux": "Alt+S"
            },
            "description": "__MSG_play__",
            "global": true
        },
        "Forward": {
            "suggested_key": {
                "windows": "Alt+F",
                "mac": "Alt+F",
                "chromeos": "Alt+F",
                "linux": "Alt+F"
            },
            "description": "__MSG_forward__",
            "global": true
        },
        "Backward": {
            "suggested_key": {
                "windows": "Alt+B",
                "mac": "Alt+B",
                "chromeos": "Alt+B",
                "linux": "Alt+B"
            },
            "description": "__MSG_backward__",
            "global": true
        },
        "Add": {
            "suggested_key": {
                "windows": "Alt+A",
                "mac": "Alt+A",
                "chromeos": "Alt+A",
                "linux": "Alt+A"
            },
            "description": "__MSG_add__",
            "global": true
        }
    },
    "manifest_version": 2
}