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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Control VK Player from a single extension. You can use your keybindings or the graphical interface to listen to your favourite…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में VK Player एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | |
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 } |