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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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