FantasyCast Plus

Click on a player in ESPN FantasyCast to watch the game they are playing in.

Co to jest FantasyCast Plus?

FantasyCast Plus to rozszerzenie Chrome opracowane przez brandonblock43, a jego główną funkcją jest „Click on a player in ESPN FantasyCast to watch the game they are playing in.”.

Pobierz plik CRX rozszerzenia FantasyCast Plus

Pobierz pliki rozszerzeń FantasyCast Plus w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        This app allows you to instantly watch your fantasy baseball players in action simply by clicking on them in ESPN's FantasyCast.                    

Podstawowe informacje o rozszerzeniu

Nazwa FantasyCast Plus FantasyCast Plus
ID kgbkegnlegekeboidnjapnekeodlfnop
Oficjalny URL https://chromewebstore.google.com/detail/fantasycast-plus/kgbkegnlegekeboidnjapnekeodlfnop
Opis Click on a player in ESPN FantasyCast to watch the game they are playing in.
Rozmiar pliku 89.57 KB
Liczba instalacji 120
Aktualna Wersja 1.0.1
Ostatnia Aktualizacja 2014-04-24
Data Publikacji 2014-04-23
Ocena 4.00/5 Łącznie 5 Oceny
Deweloper brandonblock43
Typ Płatności free
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FantasyCast Plus",
    "version": "1.0.1",
    "description": "Click on a player in ESPN FantasyCast to watch the game they are playing in.",
    "background": {
        "scripts": [
            "jquery-2.1.0.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-2.1.0.js",
                "content_script.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}