NBA Simple

Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)

什麼是NBA Simple?

NBA Simple是由Chad Tillekeratne開發的Chrome擴展程式,該擴展的主要功能是“Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)”。

擴展截圖

screenshot
screenshot

下載NBA Simple擴展crx文件

下載NBA Simple擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        NBA Simple provides a minimal interface to view NBA game scores and enhance the NBA League Pass experience by providing video player options not available on the standard NBA.com view (EG - fill window with video).                    

擴展基本資訊

名稱 NBA Simple NBA Simple
ID oehnokjddbdmhlcldacehgnkjclmpahd
官方網址 https://chromewebstore.google.com/detail/nba-simple/oehnokjddbdmhlcldacehgnkjclmpahd
簡介 Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)
檔案大小 18.22 KB
安裝次數 55
目前版本 0.9.4
更新時間 2018-11-04
上架時間 2018-11-03
評分 5.00/5 共 1 次評分
開發者 Chad Tillekeratne
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "NBA Simple",
    "version": "0.9.4",
    "description": "Simple interface to view NBA scores and enhance NBA League Pass (requires existing League Pass subscription for video)",
    "permissions": [
        "activeTab",
        "tabs",
        "declarativeContent",
        "storage",
        "https:\/\/data.nba.net\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/basketball_16.png",
            "32": "images\/basketball_32.png",
            "48": "images\/basketball_48.png",
            "128": "images\/basketball_128.png"
        },
        "icons": {
            "16": "images\/basketball_16.png",
            "32": "images\/basketball_32.png",
            "48": "images\/basketball_48.png",
            "128": "images\/basketball_128.png"
        }
    },
    "manifest_version": 2
}