RotoGrinders - PrizePicks Tools

RotoGrinders projections and player props on PrizePicks

Cos'è RotoGrinders - PrizePicks Tools?

RotoGrinders - PrizePicks Tools è un'estensione di Chrome sviluppata da David, e la sua funzione principale è "RotoGrinders projections and player props on PrizePicks".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione RotoGrinders - PrizePicks Tools

Scarica i file di estensione RotoGrinders - PrizePicks Tools in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome RotoGrinders - PrizePicks Tools RotoGrinders - PrizePicks Tools
ID halpfniallabfenmpmkchcinbkigcjkj
URL Ufficiale https://chromewebstore.google.com/detail/rotogrinders-prizepicks-t/halpfniallabfenmpmkchcinbkigcjkj
Descrizione RotoGrinders projections and player props on PrizePicks
Dimensione del File 276 KB
Conteggio Installazioni 708
Versione Corrente 1.0.40
Ultimo Aggiornamento 2024-02-23
Data di Pubblicazione 2022-01-18
Valutazione 1.00/5 Totale 2 Valutazioni
Sviluppatore David
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://rotogrinders.com
URL della Pagina di Aiuto https://rotogrinders.com
URL della Pagina della Politica sulla Privacy https://rotogrinders.com/static/privacy-policy
Lingue Supportate 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"
    }
}