Hotkeys for vk.com

Control music playback (Play, Pause, Previous, Next) on vk.com with widget or keyboard.

Apa itu Hotkeys for vk.com?

Hotkeys for vk.com adalah ekstensi Chrome yang dikembangkan oleh https://sites.google.com/site/ddenex, dan fitur utamanya adalah "Control music playback (Play, Pause, Previous, Next) on vk.com with widget or keyboard.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Hotkeys for vk.com

Unduh file ekstensi Hotkeys for vk.com dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Control music playback (Play, Pause, Previous, Next) on vk.com with widget or keyboard.                    

Informasi Dasar Ekstensi

Nama Hotkeys for vk.com Hotkeys for vk.com
ID amaobfendgcolppeioeageanmillkmkc
URL Resmi https://chromewebstore.google.com/detail/hotkeys-for-vkcom/amaobfendgcolppeioeageanmillkmkc
Deskripsi Control music playback (Play, Pause, Previous, Next) on vk.com with widget or keyboard.
Ukuran File 102 KB
Jumlah Instalasi 1,789
Versi Saat Ini 1.5.2.555
Terakhir Diperbarui 2018-10-22
Tanggal Publikasi 2018-10-21
Penilaian 4.24/5 Total 90 Penilaian
Pengembang https://sites.google.com/site/ddenex
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://vk.com/vk_media_keys
URL Halaman Bantuan https://vk.com/vk_media_keys
Bahasa yang Didukung en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.5.2.555",
    "short_name": "VK Media Keys",
    "homepage_url": "http:\/\/vk.com\/vk_media_keys",
    "content_security_policy": "script-src 'self' https:\/\/stats.g.doubleclick.net\/dc.js https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "__MSG_application_title__",
    "description": "__MSG_application_description__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "*:\/\/*.vk.com\/",
        "*:\/\/*.lst.fm\/"
    ],
    "web_accessible_resources": [
        "icons\/logo174.png"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/logo19.png",
            "38": "icons\/logo38.png"
        }
    },
    "commands": {
        "cmd-play-pause": {
            "global": true,
            "suggested_key": {
                "default": "MediaPlayPause"
            },
            "description": "__MSG_play_pause_description__"
        },
        "cmd-play-next": {
            "global": true,
            "suggested_key": {
                "default": "MediaNextTrack"
            },
            "description": "__MSG_play_next_description__"
        },
        "cmd-play-prev": {
            "global": true,
            "suggested_key": {
                "default": "MediaPrevTrack"
            },
            "description": "__MSG_play_prev_description__"
        }
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.vk.com\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.vk.com\/*"
        ]
    },
    "options_ui": {
        "page": "options.html",
        "chrome_style": true,
        "open_in_tab": true
    }
}