CBC Music Keyboard Shortcuts

Control the CBC Music player with the keyboard`.

What is CBC Music Keyboard Shortcuts?

CBC Music Keyboard Shortcuts is a Chrome extension developed by jskrepnek, and its main feature is "Control the CBC Music player with the keyboard`.".

Extension Screenshots

screenshot

Download CBC Music Keyboard Shortcuts Extension CRX File

Download CBC Music Keyboard Shortcuts 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

                        Keyboard shortcuts to control the CBC Music player.

Version 0.2 support the following shortcuts:

'j': previous track of playlist
'k': next track of playlist
'p': toggle play/pause

Version 0.1 supports the following shortcuts:

'p': to toggle play/pause

That's it.                    

Extension Basic Information

Name CBC Music Keyboard Shortcuts CBC Music Keyboard Shortcuts
ID apcdidjncmfgekmkglolgammflpkhiea
Official URL https://chromewebstore.google.com/detail/cbc-music-keyboard-shortc/apcdidjncmfgekmkglolgammflpkhiea
Description Control the CBC Music player with the keyboard`.
File Size 22.62 KB
Installation Count 51
Current Version 0.2
Last Updated 2014-03-17
Publish Date 2014-03-16
Developer jskrepnek
Payment Type free
Extension Website https://github.com/ekeonit/cbcmusic-kbsc
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CBC Music Keyboard Shortcuts",
    "version": "0.2",
    "icons": {
        "128": "icon_128.png"
    },
    "description": "Control the CBC Music player with the keyboard`.",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/music.cbc.ca\/*"
            ],
            "js": [
                "cbcmusic-kbsc.js"
            ],
            "all_frames": true
        }
    ]
}