RotoGrinders - Underdog Tools

RotoGrinders projections and player props on Underdog Fantasy

什么是RotoGrinders - Underdog Tools?

RotoGrinders - Underdog Tools是由David开发的Chrome扩展程序,该扩展的主要功能是“RotoGrinders projections and player props on Underdog Fantasy”。

扩展截图

screenshot
screenshot

下载RotoGrinders - Underdog Tools扩展crx文件

下载RotoGrinders - Underdog Tools扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 RotoGrinders - Underdog Tools RotoGrinders - Underdog Tools
ID gmkifldndgcobdkfnfdfhmkmenjcbgoo
官方URL https://chrome.google.com/webstore/detail/rotogrinders-underdog-too/gmkifldndgcobdkfnfdfhmkmenjcbgoo
简介 RotoGrinders projections and player props on Underdog Fantasy
文件大小 79.37 KB
安装次数 309
当前版本 1.0.24
更新时间 2024-03-06
上架时间 2021-11-26
开发者 David
电子邮箱 [email protected]
付费类型 free
扩展官网 https://rotogrinders.com
帮助页面URL https://rotogrinders.com
隐私政策页面URL https://rotogrinders.com/static/privacy-policy
支持的语言 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"
        }
    }
}