PointyBall

Adds projections and other goodies to ESPN Fantasy Football.

什么是PointyBall?

PointyBall是由Evan Sangaline开发的Chrome扩展程序,该扩展的主要功能是“Adds projections and other goodies to ESPN Fantasy Football.”。

扩展截图

screenshot

下载PointyBall扩展crx文件

下载PointyBall扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 PointyBall PointyBall
ID abddalnolclclkcdpmochnccnllccpoa
官方URL https://chromewebstore.google.com/detail/pointyball/abddalnolclclkcdpmochnccnllccpoa
简介 Adds projections and other goodies to ESPN Fantasy Football.
文件大小 138 KB
安装次数 159
当前版本 1.0.8
更新时间 2016-11-19
上架时间 2016-11-18
评分 4.60/5 共5次评分
开发者 Evan Sangaline
付费类型 free
扩展官网 http://pointyball.com
支持的语言 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"
}