NBA game alert
Chrome extension for NBA fans to be notified of their favorite teams and scores!
NBA game alert là gì?
NBA game alert là một tiện ích mở rộng Chrome được phát triển bởi https://raysblog.netlify.app, và tính năng chính của nó là "Chrome extension for NBA fans to be notified of their favorite teams and scores!".
Ả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 game alert
Tải xuống các tệp mở rộng NBA game alert 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
See any the scores and game of the day with only one click ! You can also customize your scoreboard with your favourite teams in options!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | eenjjidegjlphgaapdolmhdhoongphmf |
URL Chính Thức | https://chrome.google.com/webstore/detail/nba-game-alert/eenjjidegjlphgaapdolmhdhoongphmf |
Mô tả | Chrome extension for NBA fans to be notified of their favorite teams and scores! |
Kích Thước Tệp | 29.77 KB |
Số Lần Cài Đặt | 120 |
Phiên Bản Hiện Tại | 4.0.0 |
Cập Nhật Lần Cuối | 2021-12-20 |
Ngày Phát Hành | 2019-10-24 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://raysblog.netlify.app |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.raymonddeng.com/ |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NBA game alert", "version": "4.0.0", "description": "Chrome extension for NBA fans to be notified of their favorite teams and scores!", "permissions": [ "declarativeContent", "storage", "http:\/\/data.nba.net\/*" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" } }, "icons": { "16": "images\/icon.png", "32": "images\/icon.png", "48": "images\/icon.png", "128": "images\/icon.png" }, "options_page": "options.html", "manifest_version": 2 } |