VK Hotkeys

Расширение VK Hotkeys для Google Chrome.

What is VK Hotkeys?

VK Hotkeys is a Chrome extension developed by CSharpRU, and its main feature is "Расширение VK Hotkeys для Google Chrome.".

Extension Screenshots

screenshot
screenshot

Download VK Hotkeys Extension CRX File

Download VK Hotkeys extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Расширение VK Hotkeys позволяет управлять плеером VK с помощью горячих клавиш.

Клавиши по умолчанию:
Ctrl + Alt + P - Воспроизвести/остановить.
Ctrl + Alt + F - Следующая песня.
Ctrl + Alt + B - Предыдущая песня.

Ctrl + Alt + R - Повторять песню.
Ctrl + Alt + S - Перемешать плейлист.

Ctrl + Alt + Plus - Увеличить громкость.
Ctrl + Alt + Minus - Уменьшить громкость.

1.0.1 - багфикс.
1.0.2 - поддержка управления со всех вкладок VK.
1.0.3 - багфикс.
1.0.4 - уменьшение размера.
1.0.5 - багфикс, добавлены настройки.
1.0.6 - багфикс.
1.0.7 - багфикс.
1.0.8 - багфикс.
1.0.9 - багфикс.
1.1.0 - багфикс.
1.1.1 - багфикс.
1.1.2 - багфикс, русификация.
1.1.3 - багфикс.
1.1.4 - багфикс ошибки, которая не давала сменить горячие клавиши.
1.1.5 - багфикс.
1.1.6 - симпатичное напоминание горячих клавиш в аудиозаписях.                    

Extension Basic Information

Name VK Hotkeys VK Hotkeys
ID foofjghdllljdphpacholnfcgebnddfh
Official URL https://chromewebstore.google.com/detail/vk-hotkeys/foofjghdllljdphpacholnfcgebnddfh
Description Расширение VK Hotkeys для Google Chrome.
File Size 90.04 KB
Installation Count 63
Current Version 1.1.6
Last Updated 2013-04-29
Publish Date 2013-04-29
Rating 2.56/5 Total 18 Ratings
Developer CSharpRU
Payment Type free
Extension Website http://abstractmindteam.ru/
Supported Languages ru
manifest.json
{
    "web_accessible_resources": [
        "\/js\/functions.js",
        "\/js\/jquery.js",
        "\/js\/shortcuts.js",
        "\/js\/hotkeys.js",
        "manifest.json"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "\u0420\u0430\u0441\u0448\u0438\u0440\u0435\u043d\u0438\u0435 VK Hotkeys \u0434\u043b\u044f Google Chrome.",
    "name": "VK Hotkeys",
    "permissions": [
        "http:\/\/*.vk.com\/*",
        "storage"
    ],
    "options_page": "\/pages\/options.html",
    "minimum_chrome_version": "20",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.vk.com\/*"
            ],
            "js": [
                "\/js\/shortcuts.js",
                "\/js\/jquery.js",
                "\/js\/hotkeys.js"
            ],
            "run_at": "document_start",
            "css": []
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "version": "1.1.6"
}