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ファイルをダウンロード

VK Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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__"
        }
    }
}