NBAspect
Corrects aspect ratio of the NBA League Pass web player when viewing fullscreen on non 16:9 monitor. Not affiliated with the NBA.
Was ist NBAspect?
NBAspect ist eine Chrome-Erweiterung, die von Teon entwickelt wurde, und ihr Hauptmerkmal ist "Corrects aspect ratio of the NBA League Pass web player when viewing fullscreen on non 16:9 monitor. Not affiliated with the NBA.".
Erweiterungsscreenshots
NBAspect-Erweiterungs-CRX-Datei herunterladen
Laden Sie NBAspect-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | NBAspect |
ID | hkibffjccdcckhccppkdgcipjnlpniji |
Offizielle URL | https://chromewebstore.google.com/detail/nbaspect/hkibffjccdcckhccppkdgcipjnlpniji |
Beschreibung | Corrects aspect ratio of the NBA League Pass web player when viewing fullscreen on non 16:9 monitor. Not affiliated with the NBA. |
Dateigröße | 21.99 KB |
Installationsanzahl | 70 |
Aktuelle Version | 1.0 |
Letztes Update | 2023-04-19 |
Veröffentlichungsdatum | 2023-04-18 |
Bewertung | 5.00/5 Insgesamt 3 Bewertungen |
Entwickler | Teon |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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\/*" ] } ] } |