PrizePicks Optimizer: Powered by BPE

Enhance your PrizePicks experience with advanced stat calculations.

PrizePicks Optimizer: Powered by BPE란 무엇입니까?

PrizePicks Optimizer: Powered by BPE은(는) Big Pick Energy에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhance your PrizePicks experience with advanced stat calculations."입니다.

확장 프로그램 스크린샷

screenshot

PrizePicks Optimizer: Powered by BPE 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension works with PrizePicks, a fantasy sports site, greatly enhancing the user experience.

- Select any player to see our projected fantasy points
- See the probability of every player passing their stat projection
- Have a full EV calculation for every player selected

This extension makes using the site a breeze and allows you to know just how good your lineup is before you press "Submit." It uses data straight from the Big Pick Energy Optimizer, the most mathematically advanced PrizePicks analyzer on the market. BPE has established itself as a trailblazer in the daily fantasy industry with its proven success for bettors nationwide.                    

확장 프로그램 기본 정보

이름 PrizePicks Optimizer: Powered by BPE PrizePicks Optimizer: Powered by BPE
ID ffohgbahienmfoepmmicpkanpkajmklg
공식 URL https://chromewebstore.google.com/detail/prizepicks-optimizer-powe/ffohgbahienmfoepmmicpkanpkajmklg
설명 Enhance your PrizePicks experience with advanced stat calculations.
파일 크기 32.75 KB
설치 횟수 149
현재 버전 1.1
최근 업데이트 2023-05-11
출시 날짜 2023-05-07
평점 4.20/5 총 5 개의 평점
개발자 Big Pick Energy
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "PrizePicks Optimizer: Powered by BPE",
    "description": "Enhance your PrizePicks experience with advanced stat calculations.",
    "version": "1.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [],
    "background": {
        "service_worker": "service_worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/app.prizepicks.com\/*"
            ],
            "match_about_blank": false,
            "js": [
                "content_scripts\/onreadyfunction.js",
                "content_scripts\/executor.js",
                "content_scripts\/formulas.js",
                "content_scripts\/utility.js",
                "content_scripts\/content.js"
            ],
            "css": [
                "content_scripts\/content.css"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "inject.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_icon": "icon48.png"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
    },
    "host_permissions": [
        "*:\/\/app.prizepicks.com\/*",
        "*:\/\/script.google.com\/macros\/*"
    ]
}