FanBuzz for ESPN Fantasy Sports

Adds FanBuzz integration into the ESPN Fantasy clubhouse.

Was ist FanBuzz for ESPN Fantasy Sports?

FanBuzz for ESPN Fantasy Sports ist eine Chrome-Erweiterung, die von https://fanbuzz.com entwickelt wurde, und ihr Hauptmerkmal ist "Adds FanBuzz integration into the ESPN Fantasy clubhouse.".

Erweiterungsscreenshots

screenshot

FanBuzz for ESPN Fantasy Sports-Erweiterungs-CRX-Datei herunterladen

Laden Sie FanBuzz for ESPN Fantasy Sports-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name FanBuzz for ESPN Fantasy Sports FanBuzz for ESPN Fantasy Sports
ID bmnfeljpckeojaiblgagkinibnimpgfn
Offizielle URL https://chromewebstore.google.com/detail/fanbuzz-for-espn-fantasy/bmnfeljpckeojaiblgagkinibnimpgfn
Beschreibung Adds FanBuzz integration into the ESPN Fantasy clubhouse.
Dateigröße 74.63 KB
Installationsanzahl 52
Aktuelle Version 1.0.2
Letztes Update 2013-02-08
Veröffentlichungsdatum 2013-02-07
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://fanbuzz.com
Zahlungsart free
Unterstützte Sprachen 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"
            ]
        }
    ]
}