Twitch Fullscreen Plus
Triggers fullscreen view of twitch stream with chat overlay
Twitch Fullscreen Plus란 무엇입니까?
Twitch Fullscreen Plus은(는) kopatch에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Triggers fullscreen view of twitch stream with chat overlay"입니다.
확장 프로그램 스크린샷
Twitch Fullscreen Plus 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Twitch Fullscreen Plus lets you enjoy the wonderful Twitch Chat experience while watching your favorite stream in fullscreen! unlike the Twitch.tv Theater Mode, with this extension you get to enjoy the full size of your monitor. You can Resize, move change chat opacity and background alpha and more! version 3.0.11 UPDATE: OCTOBER 26 2023 Fixed the extension while logged in, and fixed VODs
확장 프로그램 기본 정보
이름 | Twitch Fullscreen Plus |
ID | jbbmdehmiclndmeedcocofcjlpgjnmea |
공식 URL | https://chromewebstore.google.com/detail/twitch-fullscreen-plus/jbbmdehmiclndmeedcocofcjlpgjnmea |
설명 | Triggers fullscreen view of twitch stream with chat overlay |
파일 크기 | 88.82 KB |
설치 횟수 | 40,144 |
현재 버전 | 3.0.12 |
최근 업데이트 | 2023-10-27 |
출시 날짜 | 2020-06-24 |
평점 | 4.04/5 총 262 개의 평점 |
개발자 | kopatch |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Fullscreen Plus", "short_name": "TFP", "description": "Triggers fullscreen view of twitch stream with chat overlay", "version": "3.0.12", "icons": { "48": "icon.png" }, "permissions": [ "storage" ], "browser_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "content.js" ], "css": [ "css\/style.css" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |