NBAspect
Corrects aspect ratio of the NBA League Pass web player when viewing fullscreen on non 16:9 monitor. Not affiliated with the NBA.
Co je NBAspect?
NBAspect je rozšíření Chrome vyvinuté Teon, a jeho hlavní funkcí je „Corrects aspect ratio of the NBA League Pass web player when viewing fullscreen on non 16:9 monitor. Not affiliated with the NBA.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření NBAspect
Stáhněte si soubory rozšíření NBAspect ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
NBA League Pass web viewer assumes a 16:9 aspect ratio screen, meaning part of the picture is cropped when viewed on in aspect ratios (such as ultrawide). This extension calculates the actual aspect ratio of your screen and resizes the video appropriately.
Základní Informace o Rozšíření
Název | NBAspect |
ID | hkibffjccdcckhccppkdgcipjnlpniji |
Oficiální URL | https://chromewebstore.google.com/detail/nbaspect/hkibffjccdcckhccppkdgcipjnlpniji |
Popis | Corrects aspect ratio of the NBA League Pass web player when viewing fullscreen on non 16:9 monitor. Not affiliated with the NBA. |
Velikost souboru | 21.99 KB |
Počet instalací | 70 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2023-04-19 |
Datum Vydání | 2023-04-18 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Teon |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NBAspect", "version": "1.0", "description": "Corrects aspect ratio of the NBA League Pass web player when viewing fullscreen on non 16:9 monitor. Not affiliated with the NBA.", "author": "[email protected]", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "https:\/\/www.nba.com\/game\/*" ] } ] } |