RotoGrinders - Underdog Tools

RotoGrinders projections and player props on Underdog Fantasy

What is RotoGrinders - Underdog Tools?

RotoGrinders - Underdog Tools is a Chrome extension developed by David, and its main feature is "RotoGrinders projections and player props on Underdog Fantasy".

Extension Screenshots

screenshot
screenshot

Download RotoGrinders - Underdog Tools Extension CRX File

Download RotoGrinders - Underdog Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension displays RotoGrinders player projections, in a variety of stat categories, for pick'em contests to help you make informed decisions in your contests. To access this content, RotoGrinders premium subscribers must sign into the extension.                    

Extension Basic Information

Name RotoGrinders - Underdog Tools RotoGrinders - Underdog Tools
ID gmkifldndgcobdkfnfdfhmkmenjcbgoo
Official URL https://chrome.google.com/webstore/detail/rotogrinders-underdog-too/gmkifldndgcobdkfnfdfhmkmenjcbgoo
Description RotoGrinders projections and player props on Underdog Fantasy
File Size 79.37 KB
Installation Count 309
Current Version 1.0.24
Last Updated 2024-03-06
Publish Date 2021-11-26
Developer David
Email [email protected]
Payment Type free
Extension Website https://rotogrinders.com
Help Page URL https://rotogrinders.com
Privacy Policy Page URL https://rotogrinders.com/static/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RotoGrinders - Underdog Tools",
    "description": "RotoGrinders projections and player props on Underdog Fantasy",
    "version": "1.0.24",
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*.rotogrinders.com\/*",
        "*:\/\/underdogfantasy.com\/*"
    ],
    "background": {
        "service_worker": "background.js",
        "run_at": "document_start"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/underdogfantasy.com\/pick-em\/*"
            ],
            "js": [
                "libraries\/jquery.min.js",
                "libraries\/bindly.js",
                "content\/statmapping.js",
                "content\/element_binds.js",
                "content\/main.js"
            ],
            "css": [
                "content\/css\/custom.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "incognito": "spanning",
    "icons": {
        "16": ".\/images\/icon_16.png",
        "48": ".\/images\/icon_48.png",
        "128": ".\/images\/icon_128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "48": ".\/images\/icon_48.png"
        }
    }
}