FanBuzz for ESPN Fantasy Sports

Adds FanBuzz integration into the ESPN Fantasy clubhouse.

Τι είναι το FanBuzz for ESPN Fantasy Sports;

Το FanBuzz for ESPN Fantasy Sports είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://fanbuzz.com, και η κύρια λειτουργία του είναι "Adds FanBuzz integration into the ESPN Fantasy clubhouse.".

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

screenshot

Λήψη αρχείου CRX της επέκτασης FanBuzz for ESPN Fantasy Sports

Λήψη αρχείων επέκτασης FanBuzz for ESPN Fantasy Sports σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Access fast break-breaking player news from FanBuzz directly from your ESPN fantasy clubhouse. Once the app is installed, FanBuzz icons will appear on both your fantasy roster page and on the free agency page.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα FanBuzz for ESPN Fantasy Sports FanBuzz for ESPN Fantasy Sports
ID bmnfeljpckeojaiblgagkinibnimpgfn
Επίσημο URL https://chromewebstore.google.com/detail/fanbuzz-for-espn-fantasy/bmnfeljpckeojaiblgagkinibnimpgfn
Περιγραφή Adds FanBuzz integration into the ESPN Fantasy clubhouse.
Μέγεθος Αρχείου 74.63 KB
Αριθμός Εγκαταστάσεων 52
Τρέχουσα Έκδοση 1.0.2
Τελευταία Ενημέρωση 2013-02-08
Ημερομηνία Δημοσίευσης 2013-02-07
Αξιολόγηση 5.00/5 Συνολικά 3 Αξιολογήσεις
Προγραμματιστής https://fanbuzz.com
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FanBuzz for ESPN Fantasy Sports",
    "version": "1.0.2",
    "description": "Adds FanBuzz integration into the ESPN Fantasy clubhouse.",
    "permissions": [
        "http:\/\/games.espn.go.com\/*"
    ],
    "icons": {
        "16": "icon16.png",
        "46": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/games.espn.go.com\/flb\/clubhouse*",
                "http:\/\/games.espn.go.com\/flb\/freeagency*",
                "http:\/\/games.espn.go.com\/ffl\/clubhouse*",
                "http:\/\/games.espn.go.com\/ffl\/freeagency*",
                "http:\/\/games.espn.go.com\/fba\/clubhouse*",
                "http:\/\/games.espn.go.com\/fba\/freeagency*",
                "http:\/\/games.espn.go.com\/fhl\/clubhouse*",
                "http:\/\/games.espn.go.com\/fhl\/freeagency*"
            ],
            "js": [
                "jquery-1.7.1.min.js",
                "contentscript.js"
            ]
        }
    ]
}