UltraWide Video

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

Apa itu UltraWide Video?

UltraWide Video adalah ekstensi Chrome yang dikembangkan oleh James, dan fitur utamanya adalah "Allows wider than average screens (eg.21:9) to play online video content and fit the screen properly in fullscreen mode.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi UltraWide Video

Unduh file ekstensi UltraWide Video dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama UltraWide Video UltraWide Video
ID lngfncacljheahfpahadgipefkbagpdl
URL Resmi https://chromewebstore.google.com/detail/ultrawide-video/lngfncacljheahfpahadgipefkbagpdl
Deskripsi Allows wider than average screens (eg.21:9) to play online video content and fit the screen properly in fullscreen mode.
Ukuran File 13.47 KB
Jumlah Instalasi 183,058
Versi Saat Ini 1.7.5
Terakhir Diperbarui 2021-08-08
Tanggal Publikasi 2021-08-08
Penilaian 4.12/5 Total 808 Penilaian
Pengembang James
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}