PointyBall

Adds projections and other goodies to ESPN Fantasy Football.

Τι είναι το PointyBall;

Το PointyBall είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Evan Sangaline, και η κύρια λειτουργία του είναι "Adds projections and other goodies to ESPN Fantasy Football.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης PointyBall

Λήψη αρχείων επέκτασης 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"
}