NBA Simple
Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)
NBA Simple là gì?
NBA Simple là một tiện ích mở rộng Chrome được phát triển bởi Chad Tillekeratne, và tính năng chính của nó là "Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)".
Ả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 NBA Simple
Tải xuống các tệp mở rộng NBA Simple 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 Simple provides a minimal interface to view NBA game scores and enhance the NBA League Pass experience by providing video player options not available on the standard NBA.com view (EG - fill window with video).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | NBA Simple |
ID | oehnokjddbdmhlcldacehgnkjclmpahd |
URL Chính Thức | https://chromewebstore.google.com/detail/nba-simple/oehnokjddbdmhlcldacehgnkjclmpahd |
Mô tả | Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video) |
Kích Thước Tệp | 18.22 KB |
Số Lần Cài Đặt | 55 |
Phiên Bản Hiện Tại | 0.9.4 |
Cập Nhật Lần Cuối | 2018-11-04 |
Ngày Phát Hành | 2018-11-03 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | Chad Tillekeratne |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NBA Simple", "version": "0.9.4", "description": "Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)", "permissions": [ "activeTab", "tabs", "declarativeContent", "storage", "https:\/\/data.nba.net\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/basketball_16.png", "32": "images\/basketball_32.png", "48": "images\/basketball_48.png", "128": "images\/basketball_128.png" }, "icons": { "16": "images\/basketball_16.png", "32": "images\/basketball_32.png", "48": "images\/basketball_48.png", "128": "images\/basketball_128.png" } }, "manifest_version": 2 } |