Brainy-CBB DFS Script
This extension submits CBB lineups to DraftKings and FanDuel DFS Contests. It works with http://brainy-cbb.com
Hvad er Brainy-CBB DFS Script?
Brainy-CBB DFS Script er en Chrome-udvidelse udviklet af http://brainy-cbb.com, og dens hovedfunktion er "This extension submits CBB lineups to DraftKings and FanDuel DFS Contests. It works with http://brainy-cbb.com".
Udvidelsesskærmbilleder
Download Brainy-CBB DFS Script-udvidelses-CRX-fil
Download Brainy-CBB DFS Script-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
Navn | |
ID | ceefoijgoddbcjmfdgbfnhokgokpekbm |
Officiel URL | https://chrome.google.com/webstore/detail/ceefoijgoddbcjmfdgbfnhokgokpekbm |
Beskrivelse | This extension submits CBB lineups to DraftKings and FanDuel DFS Contests. It works with http://brainy-cbb.com |
Filstørrelse | 111 KB |
Antal Installationer | 38 |
Nuværende Version | 1.2 |
Senest Opdateret | 2015-12-16 |
Udgivelsesdato | 2015-12-16 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | http://brainy-cbb.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | http://brainy-cbb.com |
Understøttede Sprog | 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 } |