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.
What is Latest Hockey Headlines?
Latest Hockey Headlines is a Chrome extension developed by jscalise, and its main feature is "Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.".
Extension Screenshots
Download Latest Hockey Headlines Extension CRX File
Download Latest Hockey Headlines extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Latest Hockey Headlines |
ID | pnidkiailngiifhiamapafedcpepgdge |
Official URL | https://chromewebstore.google.com/detail/latest-hockey-headlines/pnidkiailngiifhiamapafedcpepgdge |
Description | Displays the latest NHL headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story. |
File Size | 228 KB |
Installation Count | 1,205 |
Current Version | 2.1.0 |
Last Updated | 2018-09-11 |
Publish Date | 2018-09-11 |
Rating | 4.14/5 Total 14 Ratings |
Developer | jscalise |
Payment Type | free |
Supported Languages | 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'" } |