RotoGrinders - Yahoo Tools

Yahoo Player Exposure and Contest Details

RotoGrinders - Yahoo Tools là gì?

RotoGrinders - Yahoo Tools là một tiện ích mở rộng Chrome được phát triển bởi David, và tính năng chính của nó là "Yahoo Player Exposure and Contest Details".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng RotoGrinders - Yahoo Tools

Tải xuống các tệp mở rộng RotoGrinders - Yahoo Tools dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension adds important data to the Yahoo DFS home page such as management fees and the current overlay for each guaranteed contest.

1.26: Yahoo fix for player team matching

1.25: Updated data sources.

1.24: Removed Smash% and made miscellaneous fixes

1.23: Fixed 1st place prize parsing. Added NHL premium support

1.22: Updated the NFL RG Value calculations and added Smash percentage. Fixed the latest-in-flex highlighting
 
1.21: Updated the overlay display in the lobby

1.20: Hide RG Value for single-game contests

1.19: Updated data sources and displayed the premium outputs in the roster build

1.18: Changes have been made to the premium menu so that data for future dates can be displayed

1.17: Updated data sources and added floor and ceiling back into the premium menu

1.16: Added RG Smash percentage and Notorious' Golfer Ratings to the premium menus for NBA and PGA, respectively

1.15: Added sport-specific products

1.14: Updated premium filters

1.13: Added support for core plus specialist product

1.12: Maintenance release. Force premium users to sign-in again

1.11: Added premium filters and Top 5 and Top 20 finish probabilities to the PGA premium menu

1.10: Removed floor and ceiling from the premium menu

1.9: Fixed player ID mismatches

1.8: Added NBA premium support

1.7: Removed floor, ceiling, and projected ownership from the NHL premium menu

1.6: Added even strength and power play lines to the NHL premium menu

1.5: Support for the NFL premium menu - Added RG Value, weather reports for premium users

1.4: Added premium support for PGA and MLB, including weather reports. Also, remember the most-recently-used player exposure settings

1.3: Allow player exposure calculations to be filtered by slate

1.2: Added player exposure percentages to the Live and Upcoming Contests pages

1.1: Added min cash, 1st place and Top 10 prize pool percentages, and percentage of the field paid to contest details popups

v1.0: Initial version. Added management fees and overlay to the lobby                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên RotoGrinders - Yahoo Tools RotoGrinders - Yahoo Tools
ID obgepnjmbljdmjmindaehkefkobhdbnf
URL Chính Thức https://chromewebstore.google.com/detail/rotogrinders-yahoo-tools/obgepnjmbljdmjmindaehkefkobhdbnf
Mô tả Yahoo Player Exposure and Contest Details
Kích Thước Tệp 529 KB
Số Lần Cài Đặt 446
Phiên Bản Hiện Tại 1.26
Cập Nhật Lần Cuối 2022-08-03
Ngày Phát Hành 2020-06-16
Nhà Phát Triển David
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://rotogrinders.com
URL Trang Chính Sách Bảo Mật https://rotogrinders.com/static/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RotoGrinders - Yahoo Tools",
    "page_action": {
        "default_icon": {
            "16": "icon_16.png",
            "19": "gear_logo_19.png"
        },
        "show_matches": [
            "*:\/\/sports.yahoo.com\/dailyfantasy*"
        ],
        "default_popup": "html\/yahooPopup.html"
    },
    "version": "1.26",
    "description": "Yahoo Player Exposure and Contest Details",
    "background": {
        "scripts": [
            "lib\/jquery-3.3.1.min.js",
            "lib\/browser-polyfill.min.js",
            "lib\/jquery.powertip.min.js",
            "js\/background.min.js",
            "js\/expert-tags.min.js",
            "js\/master-slates.min.js",
            "js\/rg-attributes.min.js",
            "js\/menu.min.js",
            "js\/players-feed.min.js",
            "js\/projected-stats.min.js",
            "js\/projected-golf.min.js",
            "js\/projected-mlb.min.js",
            "js\/projected-nba.min.js",
            "js\/projected-nfl.min.js",
            "js\/projected-nhl.min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/sports.yahoo.com\/dailyfantasy*"
            ],
            "js": [
                "lib\/jquery-3.3.1.min.js",
                "lib\/browser-polyfill.min.js",
                "lib\/jquery.powertip.min.js",
                "lib\/jquery.simplemodal.1.4.4.min.js",
                "lib\/moment.min.js",
                "lib\/moment-timezone.min.js",
                "lib\/moment-timezone-with-data.min.js",
                "js\/modalExtOptionsAdapter.min.js",
                "js\/extOptions.min.js",
                "js\/checkFlex.min.js",
                "js\/contestDetailsEntry.min.js",
                "js\/contestDetails.min.js",
                "js\/playerExposureEntry.min.js",
                "js\/playerExposure.min.js",
                "js\/premiumContentEntry.min.js",
                "js\/premiumContent.min.js"
            ],
            "css": [
                "lib\/jquery.powertip-dark.min.css",
                "css\/optionsModal.css",
                "css\/premium.css"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "storage",
        "",
        "declarativeContent"
    ],
    "host_permissions": [
        "https:\/\/rotogrinders.com*"
    ],
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "web_accessible_resources": [
        "css\/options.css",
        "html\/extOptionsModal.html",
        "html\/options.html",
        "contest-popup.png",
        "fee-overlay.png",
        "lineup-exposure.png",
        "logo.png",
        "logo_920x680.png",
        "logo-128.png",
        "premium-menu.png",
        "premium-popup.png"
    ],
    "icons": {
        "16": "icon_16.png",
        "19": "gear_logo_19.png",
        "128": "logo-128.png"
    }
}