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 là gì?
NBAspect là một tiện ích mở rộng Chrome được phát triển bởi Teon, và tính năng chính của nó là "Corrects aspect ratio of the NBA League Pass web player when viewing fullscreen on non 16:9 monitor. Not affiliated with the NBA.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng NBAspect
Tải xuống các tệp mở rộng NBAspect dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NBAspect |
ID | hkibffjccdcckhccppkdgcipjnlpniji |
URL Chính Thức | https://chromewebstore.google.com/detail/nbaspect/hkibffjccdcckhccppkdgcipjnlpniji |
Mô tả | Corrects aspect ratio of the NBA League Pass web player when viewing fullscreen on non 16:9 monitor. Not affiliated with the NBA. |
Kích Thước Tệp | 21.99 KB |
Số Lần Cài Đặt | 70 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2023-04-19 |
Ngày Phát Hành | 2023-04-18 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Teon |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |