EPL fantasy

English Premier League fantasy.

Co to jest EPL fantasy?

EPL fantasy to rozszerzenie Chrome opracowane przez http://milanchheda.github.io/epl-fantasy, a jego główną funkcją jest „English Premier League fantasy.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia EPL fantasy

Pobierz pliki rozszerzeń EPL fantasy 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

                        An (unofficial) English Premier League fantasy chrome extension.

Features:
1. Shows you the points you scored in the current gameweek as well as your overall points
2. Shows your current gameweek rank as well as overall rank
3. Shows the leagues you have joined and ranks in each leagues
4. Shows you upcoming matches and results on past game weeks
5. Shows you the EPL standings

All of the above and many more hidden features are built in this extension. Amazingly fast, gives quick overview of where my team and ranking is and what all happened in the game week.                    

Podstawowe informacje o rozszerzeniu

Nazwa EPL fantasy EPL fantasy
ID gcgdioaopnnibemkooobgehieofmmfgc
Oficjalny URL https://chrome.google.com/webstore/detail/epl-fantasy/gcgdioaopnnibemkooobgehieofmmfgc
Opis English Premier League fantasy.
Rozmiar pliku 123 KB
Liczba instalacji 612
Aktualna Wersja 1.0.2
Ostatnia Aktualizacja 2016-10-23
Data Publikacji 2016-10-23
Ocena 5.00/5 Łącznie 8 Oceny
Deweloper http://milanchheda.github.io/epl-fantasy
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://milanchheda.github.io/epl-fantasy/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EPL fantasy",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "English Premier League fantasy.",
    "browser_action": {
        "default_icon": "icon_1.png",
        "default_title": "English Premier League",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icon_1.png"
    },
    "permissions": [
        "tabs",
        "history",
        "storage",
        "*:\/\/fantasy.premierleague.com\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}