PointyBall

Adds projections and other goodies to ESPN Fantasy Football.

Co je PointyBall?

PointyBall je rozšíření Chrome vyvinuté Evan Sangaline, a jeho hlavní funkcí je „Adds projections and other goodies to ESPN Fantasy Football.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření PointyBall

Stáhněte si soubory rozšíření PointyBall ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název PointyBall PointyBall
ID abddalnolclclkcdpmochnccnllccpoa
Oficiální URL https://chromewebstore.google.com/detail/pointyball/abddalnolclclkcdpmochnccnllccpoa
Popis Adds projections and other goodies to ESPN Fantasy Football.
Velikost souboru 138 KB
Počet instalací 159
Aktuální Verze 1.0.8
Poslední Aktualizace 2016-11-19
Datum Vydání 2016-11-18
Hodnocení 4.60/5 Celkem 5 Hodnocení
Vývojář Evan Sangaline
Typ Platby free
Webové stránky Rozšíření http://pointyball.com
Podporované Jazyky 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"
}