Browser Controller

단축키로 유튜브 뮤직과 트위치를 조작하세요!

What is Browser Controller?

Browser Controller is a Chrome extension developed by beuoon, and its main feature is "단축키로 유튜브 뮤직과 트위치를 조작하세요!".

Extension Screenshots

screenshot

Download Browser Controller Extension CRX File

Download Browser Controller 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

                        Control YouTube Music and Twitch from ANYWHERE(browser, game, etc..)!

- YouTube Music Hotkeys
'\' + 'p': move to the previous music
'\' + '[': pause or resume
'\' + ']': move to the next music

'\' + '1' ~ '9': play your play list

'\' + '-' : volume down
'\' + '+': volume up

'\' + 'i' : repeat
'\' + 'o': shuffle

- Twitch Hotkeys
'\' + '[': pause or resume
'\' + '1' ~ '9': play your follow channel

'\' + '-' : volume down
'\' + '+': volume up

'\' + 'i' : theater mode
'\' + 'o': chat window

'\' + 'x': decrease play speed (only replay) 
'\' + 'c': increase play speed  (only replay)

'\' + '<': backward 5 seconds
'\' + '>': forward 5 seconds

# YouTube Music Controller / Hotkeys for YouTube Music
# Twitch Controller / Hotkeys for Twitch

※ Use with https://github.com/beuoon/BC/releases
※ This extension can only be used on Windows x64.                    

Extension Basic Information

Name Browser Controller Browser Controller
ID mjmmnjpdohmbdbkjbjgiomknfmfccknh
Official URL https://chrome.google.com/webstore/detail/browser-controller/mjmmnjpdohmbdbkjbjgiomknfmfccknh
Description 단축키로 유튜브 뮤직과 트위치를 조작하세요!
File Size 14.35 KB
Installation Count 91
Current Version 2.21
Last Updated 2021-05-29
Publish Date 2020-09-08
Rating 5.00/5 Total 3 Ratings
Developer beuoon
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser Controller",
    "description": "\ub2e8\ucd95\ud0a4\ub85c \uc720\ud29c\ube0c \ubba4\uc9c1\uacfc \ud2b8\uc704\uce58\ub97c \uc870\uc791\ud558\uc138\uc694!",
    "icons": {
        "128": "icon.png"
    },
    "version": "2.21",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/music.youtube.com\/*"
            ],
            "js": [
                "ym_control.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "tw_control.js"
            ]
        }
    ]
}