Black Bars Begone
This extension allows you to make the most of your 21:9 monitor and Netflix by extending the source material to fill the screen.
Black Bars Begone란 무엇입니까?
Black Bars Begone은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to make the most of your 21:9 monitor and Netflix by extending the source material to fill the screen."입니다.
확장 프로그램 스크린샷
Black Bars Begone 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Please note this extension only works for Netflix! It will NOT work for Youtube or any other site So you bought a nice new 21:9 monitor and want to watch some Netflix? Unfortunately you will soon realise that the lovely new surface area you bought specifically for watching movies in their true aspect ratio is completely ruined by black bars and black walls (black space on either side)! This is because the black bars are part of the stream. When you watch something in full screen those bars are there and since the screen is so wide, you end up with black space on either side. Never fear! Black Bars Begone was made to solve this specific issue! Click the button and watch as those black bars disappear, unleashing the full potential of your true cinema display. Note: This is specifically designed for monitors with a 21:9 aspect ratio with source material of that aspect ratio. Other aspect ratios (which don't really have this issue anyway) won't work as intended.
확장 프로그램 기본 정보
이름 | Black Bars Begone |
ID | mgmcokpgponhgkbnhfbdiddookjadenf |
공식 URL | https://chromewebstore.google.com/detail/black-bars-begone/mgmcokpgponhgkbnhfbdiddookjadenf |
설명 | This extension allows you to make the most of your 21:9 monitor and Netflix by extending the source material to fill the screen. |
파일 크기 | 41.53 KB |
설치 횟수 | 1,473 |
현재 버전 | 0.1 |
최근 업데이트 | 2015-08-07 |
출시 날짜 | 2015-08-07 |
평점 | 2.43/5 총 23 개의 평점 |
개발자 | Unknown |
결제 유형 | free |
지원되는 언어 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Black Bars Begone", "version": "0.1", "description": "This extension allows you to make the most of your 21:9 monitor and Netflix by extending the source material to fill the screen.", "icons": { "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "js": [ "jquery.min.js", "contentscript.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "name": "True 21:9 fullscreen", "icons": [ "icon1.png", "icon2.png" ], "default_icon": "icon1.png" } } |