NBAspect
Corrects aspect ratio of the NBA League Pass web player when viewing fullscreen on non 16:9 monitor. Not affiliated with the NBA.
Qu'est-ce que NBAspect ?
NBAspect est une extension Chrome développée par Teon, et sa fonction principale est "Corrects aspect ratio of the NBA League Pass web player when viewing fullscreen on non 16:9 monitor. Not affiliated with the NBA.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension NBAspect
Téléchargez les fichiers d'extension NBAspect au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | NBAspect |
ID | hkibffjccdcckhccppkdgcipjnlpniji |
URL Officiel | https://chromewebstore.google.com/detail/nbaspect/hkibffjccdcckhccppkdgcipjnlpniji |
Description | Corrects aspect ratio of the NBA League Pass web player when viewing fullscreen on non 16:9 monitor. Not affiliated with the NBA. |
Taille du Fichier | 21.99 KB |
Nombre d'Installations | 70 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-04-19 |
Date de Publication | 2023-04-18 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | Teon |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/*" ] } ] } |