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
官方網址 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
}