NBA Simple
Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)
Cos'è NBA Simple?
NBA Simple è un'estensione di Chrome sviluppata da Chad Tillekeratne, e la sua funzione principale è "Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione NBA Simple
Scarica i file di estensione NBA Simple in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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). Informazioni di Base sull'Estensione
| Nome | |
| ID | oehnokjddbdmhlcldacehgnkjclmpahd |
| URL Ufficiale | https://chromewebstore.google.com/detail/nba-simple/oehnokjddbdmhlcldacehgnkjclmpahd |
| Descrizione | Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video) |
| Dimensione del File | 18.22 KB |
| Conteggio Installazioni | 55 |
| Versione Corrente | 0.9.4 |
| Ultimo Aggiornamento | 2018-11-04 |
| Data di Pubblicazione | 2018-11-03 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | Chad Tillekeratne |
| Tipo di Pagamento | free |
| Lingue Supportate | 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
} | |