Brainy-CBB DFS Script
This extension submits CBB lineups to DraftKings and FanDuel DFS Contests. It works with http://brainy-cbb.com
Vad är Brainy-CBB DFS Script?
Brainy-CBB DFS Script är en Chrome-tillägg utvecklad av http://brainy-cbb.com, och dess huvudfunktion är "This extension submits CBB lineups to DraftKings and FanDuel DFS Contests. It works with http://brainy-cbb.com".
Tilläggsskärmbilder
Ladda ner Brainy-CBB DFS Script-förlängningens CRX-fil
Ladda ner Brainy-CBB DFS Script-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | ceefoijgoddbcjmfdgbfnhokgokpekbm |
Officiell webbadress | https://chrome.google.com/webstore/detail/ceefoijgoddbcjmfdgbfnhokgokpekbm |
Beskrivning | This extension submits CBB lineups to DraftKings and FanDuel DFS Contests. It works with http://brainy-cbb.com |
Filstorlek | 111 KB |
Antal Installationer | 38 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2015-12-16 |
Publiceringsdatum | 2015-12-16 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | http://brainy-cbb.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://brainy-cbb.com |
Stödda Språk | 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 } |