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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://activebridge.org และคุณลักษณะหลักของมันคือ "Control VK Player from a single extension. You can use your keybindings or the graphical interface to listen to your favourite…"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย VK Player

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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
}