NBA game alert
Chrome extension for NBA fans to be notified of their favorite teams and scores!
什么是NBA game alert?
NBA game alert是由https://raysblog.netlify.app开发的Chrome扩展程序,该扩展的主要功能是“Chrome extension for NBA fans to be notified of their favorite teams and scores!”。
扩展截图
下载NBA game alert扩展crx文件
下载NBA game alert扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | |
ID | eenjjidegjlphgaapdolmhdhoongphmf |
官方URL | https://chrome.google.com/webstore/detail/nba-game-alert/eenjjidegjlphgaapdolmhdhoongphmf |
简介 | Chrome extension for NBA fans to be notified of their favorite teams and scores! |
文件大小 | 29.77 KB |
安装次数 | 120 |
当前版本 | 4.0.0 |
更新时间 | 2021-12-20 |
上架时间 | 2019-10-24 |
评分 | 5.00/5 共2次评分 |
开发者 | https://raysblog.netlify.app |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://www.raymonddeng.com/ |
支持的语言 | 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 } |