PointyBall

Adds projections and other goodies to ESPN Fantasy Football.

¿Qué es PointyBall?

PointyBall es una extensión de Chrome desarrollada por Evan Sangaline, y su función principal es "Adds projections and other goodies to ESPN Fantasy Football.".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión PointyBall

Descarga archivos de extensión PointyBall en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        Adds a tab to ESPN Fantasy Football that gives you a detailed overview of projections for both the next week and the rest of season for all of the teams in your league. Makes it super easy to find good trades!

This is our beta launch so if you run into any problems, or have any suggestions, then please email [email protected] and we'll get back to you as soon as we can.                    

Información Básica de la Extensión

Nombre PointyBall PointyBall
ID abddalnolclclkcdpmochnccnllccpoa
URL Oficial https://chromewebstore.google.com/detail/pointyball/abddalnolclclkcdpmochnccnllccpoa
Descripción Adds projections and other goodies to ESPN Fantasy Football.
Tamaño del Archivo 138 KB
Cantidad de Instalaciones 159
Versión Actual 1.0.8
Última Actualización 2016-11-19
Fecha de Publicación 2016-11-18
Calificación 4.60/5 Total de 5 Calificaciones
Desarrollador Evan Sangaline
Tipo de Pago free
Sitio Web de la Extensión http://pointyball.com
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PointyBall",
    "description": "Adds projections and other goodies to ESPN Fantasy Football.",
    "homepage_url": "https:\/\/pointyball.com",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/games.espn.com\/*"
            ],
            "js": [
                "content\/index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "background\/index.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "permissions": [
        "background",
        "*:\/\/api.pointyball.com\/*",
        "*:\/\/games.espn.com\/*",
        "https:\/\/www.google-analytics.com\/*"
    ],
    "icons": {
        "128": "$assets\/icon128.png"
    },
    "version": "1.0.8"
}