White Youtube Theater
Simply turns the ugly black theater background on youtube videos into a white one.
White Youtube Theater란 무엇입니까?
White Youtube Theater은(는) Matty에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simply turns the ugly black theater background on youtube videos into a white one."입니다.
확장 프로그램 스크린샷
White Youtube Theater 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Replaces the ugly black strips beside YouTube videos when in Theater mode with nice white ones.
확장 프로그램 기본 정보
이름 | |
ID | jhiplojahdcbafccnhpgloocikmommgi |
공식 URL | https://chromewebstore.google.com/detail/white-youtube-theater/jhiplojahdcbafccnhpgloocikmommgi |
설명 | Simply turns the ugly black theater background on youtube videos into a white one. |
파일 크기 | 11.65 KB |
설치 횟수 | 29 |
현재 버전 | 0.0.2 |
최근 업데이트 | 2017-08-12 |
출시 날짜 | 2017-08-11 |
평점 | 3.00/5 총 2 개의 평점 |
개발자 | Matty |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "White Youtube Theater", "version": "0.0.2", "description": "Simply turns the ugly black theater background on youtube videos into a white one.", "icons": { "64": "icon64.png" }, "author": "Matty", "browser_action": { "default_icon": "icon64.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/watch*", "http:\/\/www.youtube.com\/watch*" ], "js": [ "script.js" ] } ] } |