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”。
扩展截图
下载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.
扩展基本信息
名称 | |
ID | ceefoijgoddbcjmfdgbfnhokgokpekbm |
官方URL | 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 } |