Brainy-CBB DFS Script

This extension submits CBB lineups to DraftKings and FanDuel DFS Contests. It works with http://brainy-cbb.com

什麼是Brainy-CBB DFS Script?

Brainy-CBB DFS Script是由http://brainy-cbb.com開發的Chrome擴展程式,該擴展的主要功能是“This extension submits CBB lineups to DraftKings and FanDuel DFS Contests. It works with http://brainy-cbb.com”。

擴展截圖

screenshot
screenshot
screenshot

下載Brainy-CBB DFS Script擴展crx文件

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

擴展使用說明

                        Use this extension with http://brainy-cbb.com to research, generate, and submit DraftKings and FanDuel college basketball lineups.  You must have this extension in order to send your lineups.                    

擴展基本資訊

名稱 Brainy-CBB DFS Script Brainy-CBB DFS Script
ID ceefoijgoddbcjmfdgbfnhokgokpekbm
官方網址 https://chrome.google.com/webstore/detail/ceefoijgoddbcjmfdgbfnhokgokpekbm
簡介 This extension submits CBB lineups to DraftKings and FanDuel DFS Contests. It works with http://brainy-cbb.com
檔案大小 111 KB
安裝次數 38
目前版本 1.2
更新時間 2015-12-16
上架時間 2015-12-16
評分 5.00/5 共 1 次評分
開發者 http://brainy-cbb.com
電子郵箱 [email protected]
付費類型 free
擴展官網 http://brainy-cbb.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Brainy-CBB DFS Script",
    "description": "This extension submits CBB lineups to DraftKings and FanDuel DFS Contests.  It works with http:\/\/brainy-cbb.com",
    "version": "1.2",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/brainy-cbb.com\/*"
        ]
    },
    "permissions": [
        "cookies",
        "*:\/\/brainy-cbb.com\/*",
        "https:\/\/www.draftkings.com\/*",
        "https:\/\/www.fanduel.com\/*",
        "https:\/\/api.fanduel.com\/*"
    ],
    "background": {
        "scripts": [
            "jquery-2.1.4.js",
            "background.js"
        ]
    },
    "manifest_version": 2
}