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.

Apa itu Latest Hockey Headlines?

Latest Hockey Headlines adalah ekstensi Chrome yang dikembangkan oleh jscalise, dan fitur utamanya adalah "Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Latest Hockey Headlines

Unduh file ekstensi Latest Hockey Headlines dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Latest Hockey Headlines Latest Hockey Headlines
ID pnidkiailngiifhiamapafedcpepgdge
URL Resmi https://chromewebstore.google.com/detail/latest-hockey-headlines/pnidkiailngiifhiamapafedcpepgdge
Deskripsi Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.
Ukuran File 228 KB
Jumlah Instalasi 1,205
Versi Saat Ini 2.1.0
Terakhir Diperbarui 2018-09-11
Tanggal Publikasi 2018-09-11
Penilaian 4.14/5 Total 14 Penilaian
Pengembang jscalise
Tipe Pembayaran free
Bahasa yang Didukung 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'"
}