PrizePicks Optimizer: Powered by BPE

Enhance your PrizePicks experience with advanced stat calculations.

PrizePicks Optimizer: Powered by BPEคืออะไร?

PrizePicks Optimizer: Powered by BPE เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Big Pick Energy และคุณลักษณะหลักของมันคือ "Enhance your PrizePicks experience with advanced stat calculations."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PrizePicks Optimizer: Powered by BPE

ดาวน์โหลดไฟล์ส่วนขยาย PrizePicks Optimizer: Powered by BPE ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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\/*"
    ]
}