NBA Simple
Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)
Was ist NBA Simple?
NBA Simple ist eine Chrome-Erweiterung, die von Chad Tillekeratne entwickelt wurde, und ihr Hauptmerkmal ist "Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)".
Erweiterungsscreenshots
NBA Simple-Erweiterungs-CRX-Datei herunterladen
Laden Sie NBA Simple-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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).
Grundlegende Informationen zur Erweiterung
Name | NBA Simple |
ID | oehnokjddbdmhlcldacehgnkjclmpahd |
Offizielle URL | https://chromewebstore.google.com/detail/nba-simple/oehnokjddbdmhlcldacehgnkjclmpahd |
Beschreibung | Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video) |
Dateigröße | 18.22 KB |
Installationsanzahl | 55 |
Aktuelle Version | 0.9.4 |
Letztes Update | 2018-11-04 |
Veröffentlichungsdatum | 2018-11-03 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Chad Tillekeratne |
Zahlungsart | free |
Unterstützte Sprachen | 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 } |