NBA Fantasy

To have easy access to fantasy player data

什麼是NBA Fantasy?

NBA Fantasy是由frankbi322開發的Chrome擴展程式,該擴展的主要功能是“To have easy access to fantasy player data”。

擴展截圖

screenshot

下載NBA Fantasy擴展crx文件

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

擴展使用說明

                        Select text and right click to open a context menu to pull up a player's 2016-2017 NBA season stats.                    

擴展基本資訊

名稱 NBA Fantasy NBA Fantasy
ID mpcaiajpmmiealhpeoipjmkodgijmccm
官方網址 https://chrome.google.com/webstore/detail/nba-fantasy/mpcaiajpmmiealhpeoipjmkodgijmccm
簡介 To have easy access to fantasy player data
檔案大小 201 KB
安裝次數 12
目前版本 0.2
更新時間 2016-12-06
上架時間 2016-12-06
評分 5.00/5 共 1 次評分
開發者 frankbi322
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "NBA Fantasy",
    "description": "To have easy access to fantasy player data",
    "version": "0.2",
    "content_security_policy": "script-src 'self' 'sha256-WOdSzz11\/3cpqOdrm89LBL2UPwEU9EhbDtMy2OciEhs='",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_title": "NBA Fantasy",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/nba-logo16.png",
        "48": "icons\/nba-logo48.png",
        "128": "icons\/nba-logo128.png"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "tabs",
        "contextMenus",
        "storage",
        "http:\/\/www.basketball-reference.com\/players\/*",
        "http:\/\/fantasysports.yahooapis.com\/fantasy\/v2\/*",
        "*:\/\/*\/*"
    ]
}