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ファイルをダウンロード
Black Bars Begone拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" } } |