Browser Controller

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

Browser Controllerคืออะไร?

Browser Controller เป็นส่วนขยายของ Chrome ที่พัฒนาโดย beuoon และคุณลักษณะหลักของมันคือ "단축키로 유튜브 뮤직과 트위치를 조작하세요!"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Browser Controller

ดาวน์โหลดไฟล์ส่วนขยาย Browser Controller ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Browser Controller Browser Controller
ID mjmmnjpdohmbdbkjbjgiomknfmfccknh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/browser-controller/mjmmnjpdohmbdbkjbjgiomknfmfccknh
คำอธิบาย 단축키로 유튜브 뮤직과 트위치를 조작하세요!
ขนาดไฟล์ 14.35 KB
จำนวนการติดตั้ง 91
เวอร์ชันปัจจุบัน 2.21
อัปเดตครั้งล่าสุด 2021-05-29
วันที่เผยแพร่ 2020-09-08
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา beuoon
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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"
            ]
        }
    ]
}