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
电子邮箱 [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"
    }
}