VK Hotkeys

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

Qu'est-ce que VK Hotkeys ?

VK Hotkeys est une extension Chrome développée par CSharpRU, et sa fonction principale est "Расширение VK Hotkeys для Google Chrome.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension VK Hotkeys

Téléchargez les fichiers d'extension VK Hotkeys au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Расширение 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 - симпатичное напоминание горячих клавиш в аудиозаписях.                    

Informations de Base sur l'Extension

Nom VK Hotkeys VK Hotkeys
ID foofjghdllljdphpacholnfcgebnddfh
URL Officiel https://chromewebstore.google.com/detail/vk-hotkeys/foofjghdllljdphpacholnfcgebnddfh
Description Расширение VK Hotkeys для Google Chrome.
Taille du Fichier 90.04 KB
Nombre d'Installations 63
Version Actuelle 1.1.6
Dernière Mise à Jour 2013-04-29
Date de Publication 2013-04-29
Évaluation 2.56/5 Total 18 Évaluations
Développeur CSharpRU
Type de Paiement free
Site Web de l'Extension http://abstractmindteam.ru/
Langues Prises en Charge 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"
}