VK Player

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

VK Player란 무엇입니까?

VK Player은(는) https://activebridge.org에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Control VK Player from a single extension. You can use your keybindings or the graphical interface to listen to your favourite…"입니다.

확장 프로그램 스크린샷

screenshot

VK Player 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 VK Player VK Player
ID mpbflafbdpgpkdgdocnhfhbfdkpidibi
공식 URL https://chromewebstore.google.com/detail/vk-player/mpbflafbdpgpkdgdocnhfhbfdkpidibi
설명 Control VK Player from a single extension. You can use your keybindings or the graphical interface to listen to your favourite…
파일 크기 12.92 KB
설치 횟수 365
현재 버전 2.1
최근 업데이트 2018-10-25
출시 날짜 2018-10-25
평점 4.50/5 총 10 개의 평점
개발자 https://activebridge.org
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://github.com/galulex/vk_audio
지원되는 언어 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
}