NBAspect

Corrects aspect ratio of the NBA League Pass web player when viewing fullscreen on non 16:9 monitor. Not affiliated with the NBA.

Τι είναι το NBAspect;

Το NBAspect είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Teon, και η κύρια λειτουργία του είναι "Corrects aspect ratio of the NBA League Pass web player when viewing fullscreen on non 16:9 monitor. Not affiliated with the NBA.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης NBAspect

Λήψη αρχείων επέκτασης NBAspect σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα NBAspect NBAspect
ID hkibffjccdcckhccppkdgcipjnlpniji
Επίσημο URL https://chromewebstore.google.com/detail/nbaspect/hkibffjccdcckhccppkdgcipjnlpniji
Περιγραφή Corrects aspect ratio of the NBA League Pass web player when viewing fullscreen on non 16:9 monitor. Not affiliated with the NBA.
Μέγεθος Αρχείου 21.99 KB
Αριθμός Εγκαταστάσεων 70
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2023-04-19
Ημερομηνία Δημοσίευσης 2023-04-18
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής Teon
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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\/*"
            ]
        }
    ]
}