NBA GameTime
View the scores for NBA games along with links to streams.
NBA GameTime là gì?
NBA GameTime là một tiện ích mở rộng Chrome được phát triển bởi Aash B., và tính năng chính của nó là "View the scores for NBA games along with links to streams.".
Ả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 GameTime
Tải xuống các tệp mở rộng NBA GameTime 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
Look at live scores for today's NBA games along with links to streams and the box score. You can also see the calendar for upcoming games and the scores for past games. Update 1.1/1.2: - Fixing links to streams
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ahdjgdmdfldihjdhndhimelokkfdkbok |
URL Chính Thức | https://chrome.google.com/webstore/detail/nba-gametime/ahdjgdmdfldihjdhndhimelokkfdkbok |
Mô tả | View the scores for NBA games along with links to streams. |
Kích Thước Tệp | 10.77 KB |
Số Lần Cài Đặt | 21 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2019-07-14 |
Ngày Phát Hành | 2019-07-14 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Aash B. |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "NBA GameTime", "author": "Aashdeep Brar", "version": "1.2", "description": "View the scores for NBA games along with links to streams.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_popup": "index.html" }, "permissions": [], "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'" } |