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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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\/*"
            ]
        }
    ]
}