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 là gì?
VK Player là một tiện ích mở rộng Chrome được phát triển bởi https://activebridge.org, và tính năng chính của nó là "Control VK Player from a single extension. You can use your keybindings or the graphical interface to listen to your favourite…".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng VK Player
Tải xuống các tệp mở rộng VK Player dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | mpbflafbdpgpkdgdocnhfhbfdkpidibi |
URL Chính Thức | https://chromewebstore.google.com/detail/vk-player/mpbflafbdpgpkdgdocnhfhbfdkpidibi |
Mô tả | Control VK Player from a single extension. You can use your keybindings or the graphical interface to listen to your favourite… |
Kích Thước Tệp | 12.92 KB |
Số Lần Cài Đặt | 365 |
Phiên Bản Hiện Tại | 2.1 |
Cập Nhật Lần Cuối | 2018-10-25 |
Ngày Phát Hành | 2018-10-25 |
Đánh Giá | 4.50/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | https://activebridge.org |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Trợ Giúp | https://github.com/galulex/vk_audio |
Ngôn Ngữ Được Hỗ Trợ | 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 } |