RotoGrinders - PrizePicks Tools

RotoGrinders projections and player props on PrizePicks

Apa itu RotoGrinders - PrizePicks Tools?

RotoGrinders - PrizePicks Tools adalah ekstensi Chrome yang dikembangkan oleh David, dan fitur utamanya adalah "RotoGrinders projections and player props on PrizePicks".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi RotoGrinders - PrizePicks Tools

Unduh file ekstensi RotoGrinders - PrizePicks Tools dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama RotoGrinders - PrizePicks Tools RotoGrinders - PrizePicks Tools
ID halpfniallabfenmpmkchcinbkigcjkj
URL Resmi https://chromewebstore.google.com/detail/rotogrinders-prizepicks-t/halpfniallabfenmpmkchcinbkigcjkj
Deskripsi RotoGrinders projections and player props on PrizePicks
Ukuran File 276 KB
Jumlah Instalasi 708
Versi Saat Ini 1.0.40
Terakhir Diperbarui 2024-02-23
Tanggal Publikasi 2022-01-18
Penilaian 1.00/5 Total 2 Penilaian
Pengembang David
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://rotogrinders.com
URL Halaman Bantuan https://rotogrinders.com
URL Halaman Kebijakan Privasi https://rotogrinders.com/static/privacy-policy
Bahasa yang Didukung 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"
    }
}