NBA Simple
Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)
Co to jest NBA Simple?
NBA Simple to rozszerzenie Chrome opracowane przez Chad Tillekeratne, a jego główną funkcją jest „Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia NBA Simple
Pobierz pliki rozszerzeń NBA Simple 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
NBA Simple provides a minimal interface to view NBA game scores and enhance the NBA League Pass experience by providing video player options not available on the standard NBA.com view (EG - fill window with video).
Podstawowe informacje o rozszerzeniu
Nazwa | NBA Simple |
ID | oehnokjddbdmhlcldacehgnkjclmpahd |
Oficjalny URL | https://chromewebstore.google.com/detail/nba-simple/oehnokjddbdmhlcldacehgnkjclmpahd |
Opis | Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video) |
Rozmiar pliku | 18.22 KB |
Liczba instalacji | 55 |
Aktualna Wersja | 0.9.4 |
Ostatnia Aktualizacja | 2018-11-04 |
Data Publikacji | 2018-11-03 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Chad Tillekeratne |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NBA Simple", "version": "0.9.4", "description": "Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)", "permissions": [ "activeTab", "tabs", "declarativeContent", "storage", "https:\/\/data.nba.net\/" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/basketball_16.png", "32": "images\/basketball_32.png", "48": "images\/basketball_48.png", "128": "images\/basketball_128.png" }, "icons": { "16": "images\/basketball_16.png", "32": "images\/basketball_32.png", "48": "images\/basketball_48.png", "128": "images\/basketball_128.png" } }, "manifest_version": 2 } |