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.

O que é Latest Hockey Headlines?

Latest Hockey Headlines é uma extensão do Chrome desenvolvida por jscalise, e sua principal característica é "Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Latest Hockey Headlines

Baixe arquivos de extensão Latest Hockey Headlines no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Latest Hockey Headlines Latest Hockey Headlines
ID pnidkiailngiifhiamapafedcpepgdge
URL Oficial https://chromewebstore.google.com/detail/latest-hockey-headlines/pnidkiailngiifhiamapafedcpepgdge
Descrição Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.
Tamanho do Arquivo 228 KB
Contagem de Instalações 1,205
Versão Atual 2.1.0
Última Atualização 2018-09-11
Data de Publicação 2018-09-11
Classificação 4.14/5 Total de 14 Avaliações
Desenvolvedor jscalise
Tipo de Pagamento free
Idiomas Suportados 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'"
}