Brainy-CBB DFS Script
This extension submits CBB lineups to DraftKings and FanDuel DFS Contests. It works with http://brainy-cbb.com
Wat is Brainy-CBB DFS Script?
Brainy-CBB DFS Script is een Chrome-extensie ontwikkeld door http://brainy-cbb.com, en de belangrijkste functie is "This extension submits CBB lineups to DraftKings and FanDuel DFS Contests. It works with http://brainy-cbb.com".
Extensie Screenshots
Download het CRX-bestand van de extensie Brainy-CBB DFS Script
Download Brainy-CBB DFS Script-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ceefoijgoddbcjmfdgbfnhokgokpekbm |
Officiële URL | https://chrome.google.com/webstore/detail/ceefoijgoddbcjmfdgbfnhokgokpekbm |
Beschrijving | This extension submits CBB lineups to DraftKings and FanDuel DFS Contests. It works with http://brainy-cbb.com |
Bestandsgrootte | 111 KB |
Aantal Installaties | 38 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2015-12-16 |
Publicatiedatum | 2015-12-16 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://brainy-cbb.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://brainy-cbb.com |
Ondersteunde Talen | 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 } |