NBA game alert
Chrome extension for NBA fans to be notified of their favorite teams and scores!
Was ist NBA game alert?
NBA game alert ist eine Chrome-Erweiterung, die von https://raysblog.netlify.app entwickelt wurde, und ihr Hauptmerkmal ist "Chrome extension for NBA fans to be notified of their favorite teams and scores!".
Erweiterungsscreenshots
NBA game alert-Erweiterungs-CRX-Datei herunterladen
Laden Sie NBA game alert-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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!
Grundlegende Informationen zur Erweiterung
Name | |
ID | eenjjidegjlphgaapdolmhdhoongphmf |
Offizielle URL | https://chrome.google.com/webstore/detail/nba-game-alert/eenjjidegjlphgaapdolmhdhoongphmf |
Beschreibung | Chrome extension for NBA fans to be notified of their favorite teams and scores! |
Dateigröße | 29.77 KB |
Installationsanzahl | 120 |
Aktuelle Version | 4.0.0 |
Letztes Update | 2021-12-20 |
Veröffentlichungsdatum | 2019-10-24 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | https://raysblog.netlify.app |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://www.raymonddeng.com/ |
Unterstützte Sprachen | 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 } |