VK Player

The extension VKPlayer allow you to play/pause music on VK.com and switch to next track, just duble click on icon.

VK Player란 무엇입니까?

VK Player은(는) Eugene Probkin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "The extension VKPlayer allow you to play/pause music on VK.com and switch to next track, just duble click on icon."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This application allow you control VK music player without tab switching!                    

확장 프로그램 기본 정보

이름 VK Player VK Player
ID kcameajjpbgnncnadcilkmfocpabkihh
공식 URL https://chromewebstore.google.com/detail/vk-player/kcameajjpbgnncnadcilkmfocpabkihh
설명 The extension VKPlayer allow you to play/pause music on VK.com and switch to next track, just duble click on icon.
파일 크기 175 KB
설치 횟수 1,334
현재 버전 1.1.1
최근 업데이트 2014-09-23
출시 날짜 2014-09-23
평점 3.16/5 총 64 개의 평점
개발자 Eugene Probkin
결제 유형 free
지원되는 언어 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__"
        }
    }
}