RotoGrinders Baseball Reference
Show DFS Points next to Player Stat Tables
ما هو RotoGrinders Baseball Reference؟
RotoGrinders Baseball Reference هو إضافة Chrome تم تطويرها بواسطة rotogrinders-extensions، والميزة الرئيسية لها هي "Show DFS Points next to Player Stat Tables".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة RotoGrinders Baseball Reference
قم بتنزيل ملفات الامتداد RotoGrinders Baseball Reference بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension from RotoGrinders.com adds Daily Fantasy score columns to the stat tables on baseball-reference.com. View DFS scoring for Team, Individual, and Splits pages. Currently supports scoring for FanDuel, DraftKings, FantasyDraft, and Yahoo. **Release Notes** Version 1.4: Added FantasyDraft and Yahoo support; fixed calculation errors RotoGrinders is The Daily Fantasy Games Authority. Visit http://rotogrinders.com for more research tools and in-depth analysis from the industry's leading experts. Other RotoGrinders Chrome Extensions: Basketball Reference: https://chrome.google.com/webstore/detail/rotogrinders-basketball-r/mklaikjfchdedoaemannepoofcpgbfbn FanDuel Tools: https://chrome.google.com/webstore/detail/fanduel-helper/felhhccenjfgepphdanniaeclbjhklca DraftKings Tools: https://chrome.google.com/webstore/detail/rotogrinders-draftkings-t/lokmacldfjfgajcebibmmfohacnikhhd
معلومات أساسية عن التمديد
الاسم | RotoGrinders Baseball Reference |
ID | phbncockdjlgigphclmaeejikgollabn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/rotogrinders-baseball-ref/phbncockdjlgigphclmaeejikgollabn |
الوصف | Show DFS Points next to Player Stat Tables |
حجم الملف | 110 KB |
عدد التثبيتات | 666 |
النسخة الحالية | 1.4 |
آخر تحديث | 2019-04-05 |
تاريخ النشر | 2019-04-05 |
تقييم | 5.00/5 مجموع تقييمات 4 |
المطور | rotogrinders-extensions |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://rical-misc.s3.amazonaws.com/privacy-policy.html |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "RotoGrinders Baseball Reference", "applications": { "gecko": { "id": "jid1-mZLHEJa3BPgQHg@jetpack" } }, "version": "1.4", "description": "Show DFS Points next to Player Stat Tables", "content_scripts": [ { "matches": [ "http:\/\/www.baseball-reference.com\/*", "https:\/\/www.baseball-reference.com\/*" ], "js": [ "jquery-3.3.1.min.js", "main.js" ] } ], "permissions": [ "*:\/\/*.baseball-reference.com\/*" ], "web_accessible_resources": [ "logo_128.png" ], "icons": { "128": "logo_128.png" } } |