NBA game alert
Chrome extension for NBA fans to be notified of their favorite teams and scores!
Co to jest NBA game alert?
NBA game alert to rozszerzenie Chrome opracowane przez https://raysblog.netlify.app, a jego główną funkcją jest „Chrome extension for NBA fans to be notified of their favorite teams and scores!”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NBA game alert
Pobierz pliki rozszerzeń NBA game alert w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | eenjjidegjlphgaapdolmhdhoongphmf |
Oficjalny URL | https://chrome.google.com/webstore/detail/nba-game-alert/eenjjidegjlphgaapdolmhdhoongphmf |
Opis | Chrome extension for NBA fans to be notified of their favorite teams and scores! |
Rozmiar pliku | 29.77 KB |
Liczba instalacji | 120 |
Aktualna Wersja | 4.0.0 |
Ostatnia Aktualizacja | 2021-12-20 |
Data Publikacji | 2019-10-24 |
Ocena | 5.00/5 Łącznie 2 Oceny |
Deweloper | https://raysblog.netlify.app |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.raymonddeng.com/ |
Obsługiwane Języki | 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 } |