RotoGrinders - PrizePicks Tools

RotoGrinders projections and player props on PrizePicks

Qu'est-ce que RotoGrinders - PrizePicks Tools ?

RotoGrinders - PrizePicks Tools est une extension Chrome développée par David, et sa fonction principale est "RotoGrinders projections and player props on PrizePicks".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension RotoGrinders - PrizePicks Tools

Téléchargez les fichiers d'extension RotoGrinders - PrizePicks Tools au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom RotoGrinders - PrizePicks Tools RotoGrinders - PrizePicks Tools
ID halpfniallabfenmpmkchcinbkigcjkj
URL Officiel https://chromewebstore.google.com/detail/rotogrinders-prizepicks-t/halpfniallabfenmpmkchcinbkigcjkj
Description RotoGrinders projections and player props on PrizePicks
Taille du Fichier 276 KB
Nombre d'Installations 708
Version Actuelle 1.0.40
Dernière Mise à Jour 2024-02-23
Date de Publication 2022-01-18
Évaluation 1.00/5 Total 2 Évaluations
Développeur David
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://rotogrinders.com
URL de la Page d'Aide https://rotogrinders.com
URL de la Page de Politique de Confidentialité https://rotogrinders.com/static/privacy-policy
Langues Prises en Charge 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"
    }
}