NBA game alert
Chrome extension for NBA fans to be notified of their favorite teams and scores!
Wat is NBA game alert?
NBA game alert is een Chrome-extensie ontwikkeld door https://raysblog.netlify.app, en de belangrijkste functie is "Chrome extension for NBA fans to be notified of their favorite teams and scores!".
Extensie Screenshots
Download het CRX-bestand van de extensie NBA game alert
Download NBA game alert-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | eenjjidegjlphgaapdolmhdhoongphmf |
Officiële URL | https://chrome.google.com/webstore/detail/nba-game-alert/eenjjidegjlphgaapdolmhdhoongphmf |
Beschrijving | Chrome extension for NBA fans to be notified of their favorite teams and scores! |
Bestandsgrootte | 29.77 KB |
Aantal Installaties | 120 |
Huidige Versie | 4.0.0 |
Laatst Bijgewerkt | 2021-12-20 |
Publicatiedatum | 2019-10-24 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://raysblog.netlify.app |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.raymonddeng.com/ |
Ondersteunde Talen | 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 } |