Browser Controller
단축키로 유튜브 뮤직과 트위치를 조작하세요!
Cos'è Browser Controller?
Browser Controller è un'estensione di Chrome sviluppata da beuoon, e la sua funzione principale è "단축키로 유튜브 뮤직과 트위치를 조작하세요!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Browser Controller
Scarica i file di estensione Browser Controller in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | mjmmnjpdohmbdbkjbjgiomknfmfccknh |
URL Ufficiale | https://chrome.google.com/webstore/detail/browser-controller/mjmmnjpdohmbdbkjbjgiomknfmfccknh |
Descrizione | 단축키로 유튜브 뮤직과 트위치를 조작하세요! |
Dimensione del File | 14.35 KB |
Conteggio Installazioni | 91 |
Versione Corrente | 2.21 |
Ultimo Aggiornamento | 2021-05-29 |
Data di Pubblicazione | 2020-09-08 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | beuoon |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |