Brainy-CBB DFS Script

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

What is Brainy-CBB DFS Script?

Brainy-CBB DFS Script is a Chrome extension developed by http://brainy-cbb.com, and its main feature is "This extension submits CBB lineups to DraftKings and FanDuel DFS Contests. It works with http://brainy-cbb.com".

Extension Screenshots

screenshot
screenshot
screenshot

Download Brainy-CBB DFS Script Extension CRX File

Download Brainy-CBB DFS Script extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Brainy-CBB DFS Script Brainy-CBB DFS Script
ID ceefoijgoddbcjmfdgbfnhokgokpekbm
Official URL https://chrome.google.com/webstore/detail/ceefoijgoddbcjmfdgbfnhokgokpekbm
Description This extension submits CBB lineups to DraftKings and FanDuel DFS Contests. It works with http://brainy-cbb.com
File Size 111 KB
Installation Count 38
Current Version 1.2
Last Updated 2015-12-16
Publish Date 2015-12-16
Rating 5.00/5 Total 1 Ratings
Developer http://brainy-cbb.com
Email [email protected]
Payment Type free
Extension Website http://brainy-cbb.com
Supported Languages 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
}