Brainy-CBB DFS Script
This extension submits CBB lineups to DraftKings and FanDuel DFS Contests. It works with http://brainy-cbb.com
Cos'è Brainy-CBB DFS Script?
Brainy-CBB DFS Script è un'estensione di Chrome sviluppata da http://brainy-cbb.com, e la sua funzione principale è "This extension submits CBB lineups to DraftKings and FanDuel DFS Contests. It works with http://brainy-cbb.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Brainy-CBB DFS Script
Scarica i file di estensione Brainy-CBB DFS Script in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ceefoijgoddbcjmfdgbfnhokgokpekbm |
URL Ufficiale | https://chrome.google.com/webstore/detail/ceefoijgoddbcjmfdgbfnhokgokpekbm |
Descrizione | This extension submits CBB lineups to DraftKings and FanDuel DFS Contests. It works with http://brainy-cbb.com |
Dimensione del File | 111 KB |
Conteggio Installazioni | 38 |
Versione Corrente | 1.2 |
Ultimo Aggiornamento | 2015-12-16 |
Data di Pubblicazione | 2015-12-16 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | http://brainy-cbb.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://brainy-cbb.com |
Lingue Supportate | 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 } |