UltraWide Video

Allows wider than average screens (eg.21:9) to play online video content and fit the screen properly in fullscreen mode.

UltraWide Videoとは何ですか?

UltraWide VideoはJamesによって開発されたChromeの拡張機能で、その主な機能は「Allows wider than average screens (eg.21:9) to play online video content and fit the screen properly in fullscreen mode.」です。

拡張機能のスクリーンショット

screenshot
screenshot

UltraWide Video拡張機能のCRXファイルをダウンロード

UltraWide Video拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        UPDATED: 
-Added an aspect ratio mode as well as crop mode. You can toggle these on the fly with ctrl+alt+c!
-More stability and more compatibility with players. 

Press ctrl+alt+c to toggle on the fly.

Help me out on GIT! https://github.com/wltrsjames/Ultrawide-Video

This extension enables the support for 21:9 monitors on YouTube, Netflix & HBO GO's full screen mode. 
It is great for wide aspect ratio videos, that have black bars at the top and bottom and don't scale correctly.                    

拡張機能の基本情報

名前 UltraWide Video UltraWide Video
ID lngfncacljheahfpahadgipefkbagpdl
公式URL https://chromewebstore.google.com/detail/ultrawide-video/lngfncacljheahfpahadgipefkbagpdl
説明 Allows wider than average screens (eg.21:9) to play online video content and fit the screen properly in fullscreen mode.
ファイルサイズ 13.47 KB
インストール数 183,058
現在のバージョン 1.7.5
最終更新日 2021-08-08
公開日 2021-08-08
評価 4.12/5 合計 808 レビュー
開発者 James
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UltraWide Video",
    "version": "1.7.5",
    "description": "Allows wider than average screens (eg.21:9) to play online video content and fit the screen properly in fullscreen mode.",
    "icons": {
        "128": "images\/icon.png"
    },
    "permissions": [
        "storage",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/UltraWide.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "UltraWide Video",
        "default_popup": "client\/popup.html"
    }
}