yttwthmode
Twitch-like theater mode for Youtube livestreams and archives.
yttwthmode란 무엇입니까?
yttwthmode은(는) maquinas에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Twitch-like theater mode for Youtube livestreams and archives."입니다.
확장 프로그램 스크린샷
yttwthmode 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Changes Youtube's theater mode to emulate Twitch's. Video is displayed in the whole window with the chat on the right and goes to the bottom when the screen shrinks to half size. Source available at https://github.com/maquinas07/yttwthmode/
확장 프로그램 기본 정보
이름 | yttwthmode |
ID | ahnanfplkklemnpbjcgheicpcnodmjji |
공식 URL | https://chromewebstore.google.com/detail/yttwthmode/ahnanfplkklemnpbjcgheicpcnodmjji |
설명 | Twitch-like theater mode for Youtube livestreams and archives. |
파일 크기 | 44.22 KB |
설치 횟수 | 140 |
현재 버전 | 1.3.10 |
최근 업데이트 | 2024-01-14 |
출시 날짜 | 2021-03-09 |
평점 | 3.86/5 총 7 개의 평점 |
개발자 | maquinas |
이메일 | [email protected] |
결제 유형 | free |
도움말 페이지 URL | https://github.com/maquinas07/yttwthmode |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "yttwthmode", "version": "1.3.10", "description": "Twitch-like theater mode for Youtube livestreams and archives.", "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "dist\/content-script.js" ] } ], "action": { "default_popup": "dist\/popup\/popup.html", "default_icon": { "128": "dist\/img\/logo_128.png" } }, "permissions": [ "storage", "tabs" ], "icons": { "128": "dist\/img\/logo_128.png" }, "browser_specific_settings": { "gecko": { "id": "{ec1cc669-f6b7-4455-b288-bca14f840bf2}" } } } |