RotoGrinders - Underdog Tools

RotoGrinders projections and player props on Underdog Fantasy

Co je RotoGrinders - Underdog Tools?

RotoGrinders - Underdog Tools je rozšíření Chrome vyvinuté David, a jeho hlavní funkcí je „RotoGrinders projections and player props on Underdog Fantasy“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření RotoGrinders - Underdog Tools

Stáhněte si soubory rozšíření RotoGrinders - Underdog Tools ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název RotoGrinders - Underdog Tools RotoGrinders - Underdog Tools
ID gmkifldndgcobdkfnfdfhmkmenjcbgoo
Oficiální URL https://chrome.google.com/webstore/detail/rotogrinders-underdog-too/gmkifldndgcobdkfnfdfhmkmenjcbgoo
Popis RotoGrinders projections and player props on Underdog Fantasy
Velikost souboru 79.37 KB
Počet instalací 309
Aktuální Verze 1.0.24
Poslední Aktualizace 2024-03-06
Datum Vydání 2021-11-26
Vývojář David
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://rotogrinders.com
URL Stránky Nápovědy https://rotogrinders.com
URL Stránky Zásad Ochrany Soukromí https://rotogrinders.com/static/privacy-policy
Podporované Jazyky 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"
        }
    }
}