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"
}