Latest TSN Basketball Headlines
Displays the latest NBA headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.
Cos'è Latest TSN Basketball Headlines?
Latest TSN Basketball Headlines è un'estensione di Chrome sviluppata da jscalise, e la sua funzione principale è "Displays the latest NBA headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Latest TSN Basketball Headlines
Scarica i file di estensione Latest TSN Basketball Headlines 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
v1.5.0
- Numerous bug fixes including broken images on all article types.
- Added support for new promo article types. Informazioni di Base sull'Estensione
| Nome | |
| ID | oipiinfbgpnomgijmjofaagdngidndck |
| URL Ufficiale | https://chromewebstore.google.com/detail/latest-tsn-basketball-hea/oipiinfbgpnomgijmjofaagdngidndck |
| Descrizione | Displays the latest NBA headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story. |
| Dimensione del File | 300 KB |
| Conteggio Installazioni | 370 |
| Versione Corrente | 1.5.0 |
| Ultimo Aggiornamento | 2018-09-11 |
| Data di Pubblicazione | 2018-09-11 |
| Valutazione | 5.00/5 Totale 5 Valutazioni |
| Sviluppatore | jscalise |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Latest TSN Basketball Headlines",
"description": "Displays the latest NBA headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.",
"version": "1.5.0",
"permissions": [
"*:\/\/*.tsn.ca\/*"
],
"browser_action": {
"default_icon": "icon.png",
"default_popup": "main.html"
},
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
} | |