NBA game alert
Chrome extension for NBA fans to be notified of their favorite teams and scores!
What is NBA game alert?
NBA game alert is a Chrome extension developed by https://raysblog.netlify.app, and its main feature is "Chrome extension for NBA fans to be notified of their favorite teams and scores!".
Extension Screenshots
Download NBA game alert Extension CRX File
Download NBA game alert extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | eenjjidegjlphgaapdolmhdhoongphmf |
Official URL | https://chrome.google.com/webstore/detail/nba-game-alert/eenjjidegjlphgaapdolmhdhoongphmf |
Description | Chrome extension for NBA fans to be notified of their favorite teams and scores! |
File Size | 29.77 KB |
Installation Count | 120 |
Current Version | 4.0.0 |
Last Updated | 2021-12-20 |
Publish Date | 2019-10-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://raysblog.netlify.app |
[email protected] | |
Payment Type | free |
Extension Website | https://www.raymonddeng.com/ |
Supported Languages | 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 } |