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

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

拡張機能の使用方法

                        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
Eメール [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
}