RotoGrinders - PrizePicks Tools

RotoGrinders projections and player props on PrizePicks

RotoGrinders - PrizePicks Tools란 무엇입니까?

RotoGrinders - PrizePicks Tools은(는) David에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "RotoGrinders projections and player props on PrizePicks"입니다.

확장 프로그램 스크린샷

screenshot

RotoGrinders - PrizePicks Tools 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Premium RotoGrinders subscribers can view player projections for a variety of stat categories when entering contests on PrizePicks to help them make informed decisions. To access this content, RotoGrinders premium subscribers must sign into the extension.                    

확장 프로그램 기본 정보

이름 RotoGrinders - PrizePicks Tools RotoGrinders - PrizePicks Tools
ID halpfniallabfenmpmkchcinbkigcjkj
공식 URL https://chromewebstore.google.com/detail/rotogrinders-prizepicks-t/halpfniallabfenmpmkchcinbkigcjkj
설명 RotoGrinders projections and player props on PrizePicks
파일 크기 276 KB
설치 횟수 708
현재 버전 1.0.40
최근 업데이트 2024-02-23
출시 날짜 2022-01-18
평점 1.00/5 총 2 개의 평점
개발자 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",
    "manifest_version": 3,
    "name": "RotoGrinders - PrizePicks Tools",
    "action": {
        "default_icon": {
            "48": "images\/icon_48.png"
        },
        "show_matches": [
            "https:\/\/app.prizepicks.com\/*"
        ],
        "default_popup": "html\/prizepicksPopup.html"
    },
    "version": "1.0.40",
    "description": "RotoGrinders projections and player props on PrizePicks",
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.prizepicks.com\/*"
            ],
            "js": [
                "js\/extInfo.js",
                "js\/statMapping.js",
                "js\/nameMatching.js",
                "js\/picksBoard.js",
                "js\/initialization.js"
            ],
            "css": [
                "css\/extInfoModal.css"
            ],
            "run_at": "document_start",
            "all_frames": false,
            "exclude_matches": [
                "*:\/\/*\/*debug*"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.rotogrinders.com\/*"
    ],
    "permissions": [
        "storage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "html\/extInfoModal.html",
                "images\/logo.png",
                "images\/icon_128.png",
                "images\/picks-board-display.png",
                "images\/premium-popup.png",
                "images\/icon_48.png"
            ],
            "matches": [
                "https:\/\/app.prizepicks.com\/*"
            ],
            "all_frames": false
        }
    ],
    "icons": {
        "16": "images\/icon_16.png",
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    }
}