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.
什麼是Latest TSN Basketball Headlines?
Latest TSN Basketball Headlines是由jscalise開發的Chrome擴展程式,該擴展的主要功能是“Displays the latest NBA headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story.”。
擴展截圖
下載Latest TSN Basketball Headlines擴展crx文件
下載Latest TSN Basketball Headlines擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
v1.5.0
- Numerous bug fixes including broken images on all article types.
- Added support for new promo article types. 擴展基本資訊
| 名稱 | |
| ID | oipiinfbgpnomgijmjofaagdngidndck |
| 官方網址 | https://chromewebstore.google.com/detail/latest-tsn-basketball-hea/oipiinfbgpnomgijmjofaagdngidndck |
| 簡介 | Displays the latest NBA headlines from TSN (articles, videos, and audio) in a handy drop-down list. Click to open full story. |
| 檔案大小 | 300 KB |
| 安裝次數 | 370 |
| 目前版本 | 1.5.0 |
| 更新時間 | 2018-09-11 |
| 上架時間 | 2018-09-11 |
| 評分 | 5.00/5 共 5 次評分 |
| 開發者 | jscalise |
| 付費類型 | free |
| 支援的語言 | 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'"
} | |