NBA game alert
Chrome extension for NBA fans to be notified of their favorite teams and scores!
Vad är NBA game alert?
NBA game alert är en Chrome-tillägg utvecklad av https://raysblog.netlify.app, och dess huvudfunktion är "Chrome extension for NBA fans to be notified of their favorite teams and scores!".
Tilläggsskärmbilder
Ladda ner NBA game alert-förlängningens CRX-fil
Ladda ner NBA game alert-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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!
Grundläggande Information om Tillägg
Namn | |
ID | eenjjidegjlphgaapdolmhdhoongphmf |
Officiell webbadress | https://chrome.google.com/webstore/detail/nba-game-alert/eenjjidegjlphgaapdolmhdhoongphmf |
Beskrivning | Chrome extension for NBA fans to be notified of their favorite teams and scores! |
Filstorlek | 29.77 KB |
Antal Installationer | 120 |
Aktuell Version | 4.0.0 |
Senast Uppdaterad | 2021-12-20 |
Publiceringsdatum | 2019-10-24 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://raysblog.netlify.app |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://www.raymonddeng.com/ |
Stödda Språk | 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 } |