NBA GameTime

View the scores for NBA games along with links to streams.

Co to jest NBA GameTime?

NBA GameTime to rozszerzenie Chrome opracowane przez Aash B., a jego główną funkcją jest „View the scores for NBA games along with links to streams.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia NBA GameTime

Pobierz pliki rozszerzeń NBA GameTime 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

                        Look at live scores for today's NBA games along with links to streams and the box score. You can also see the calendar for upcoming games and the scores for past games. 

Update 1.1/1.2:
- Fixing links to streams                    

Podstawowe informacje o rozszerzeniu

Nazwa NBA GameTime NBA GameTime
ID ahdjgdmdfldihjdhndhimelokkfdkbok
Oficjalny URL https://chrome.google.com/webstore/detail/nba-gametime/ahdjgdmdfldihjdhndhimelokkfdkbok
Opis View the scores for NBA games along with links to streams.
Rozmiar pliku 10.77 KB
Liczba instalacji 21
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2019-07-14
Data Publikacji 2019-07-14
Ocena 3.67/5 Łącznie 3 Oceny
Deweloper Aash B.
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NBA GameTime",
    "author": "Aashdeep Brar",
    "version": "1.2",
    "description": "View the scores for NBA games along with links to streams.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "permissions": [],
    "content_security_policy": "script-src 'self' 'sha256-5As4+3YpY62+l38PsxCEkjB1R4YtyktBtRScTJ3fyLU='; object-src 'self'"
}