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
官方URL 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
}