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 هو إضافة Chrome تم تطويرها بواسطة http://brainy-cbb.com، والميزة الرئيسية لها هي "This extension submits CBB lineups to DraftKings and FanDuel DFS Contests. It works with http://brainy-cbb.com".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Brainy-CBB DFS Script
قم بتنزيل ملفات الامتداد Brainy-CBB DFS Script بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 } |