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.
What is Latest TSN Basketball Headlines?
Latest TSN Basketball Headlines is a Chrome extension developed by jscalise, and its main feature is "Displays the latest NBA headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.".
Extension Screenshots
Download Latest TSN Basketball Headlines Extension CRX File
Download Latest TSN Basketball 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
v1.5.0 - Numerous bug fixes including broken images on all article types. - Added support for new promo article types.
Extension Basic Information
Name | Latest TSN Basketball Headlines |
ID | oipiinfbgpnomgijmjofaagdngidndck |
Official URL | https://chromewebstore.google.com/detail/latest-tsn-basketball-hea/oipiinfbgpnomgijmjofaagdngidndck |
Description | Displays the latest NBA headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story. |
File Size | 300 KB |
Installation Count | 370 |
Current Version | 1.5.0 |
Last Updated | 2018-09-11 |
Publish Date | 2018-09-11 |
Rating | 5.00/5 Total 5 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 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'" } |