Latest Hockey Headlines

Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.

Cos'è Latest Hockey Headlines?

Latest Hockey Headlines è un'estensione di Chrome sviluppata da jscalise, e la sua funzione principale è "Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Latest Hockey Headlines

Scarica i file di estensione Latest Hockey 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

                        v2.1.0
- Numerous bug fixes including broken images on all article types.
- Added support for new promo article types.

Grabs the latest NHL headlines from TSN and displays them in a handy drop-down display. Once a headline is clicked, a new window displays the selected story.                    

Informazioni di Base sull'Estensione

Nome Latest Hockey Headlines Latest Hockey Headlines
ID pnidkiailngiifhiamapafedcpepgdge
URL Ufficiale https://chromewebstore.google.com/detail/latest-hockey-headlines/pnidkiailngiifhiamapafedcpepgdge
Descrizione Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.
Dimensione del File 228 KB
Conteggio Installazioni 1,205
Versione Corrente 2.1.0
Ultimo Aggiornamento 2018-09-11
Data di Pubblicazione 2018-09-11
Valutazione 4.14/5 Totale 14 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 Hockey Headlines",
    "description": "Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.",
    "version": "2.1.0",
    "permissions": [
        "http:\/\/www.tsn.ca\/nhl\/*",
        "https:\/\/www.tsn.ca\/nhl\/*"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "main.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}