EPL fantasy

English Premier League fantasy.

Vad är EPL fantasy?

EPL fantasy är en Chrome-tillägg utvecklad av http://milanchheda.github.io/epl-fantasy, och dess huvudfunktion är "English Premier League fantasy.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner EPL fantasy-förlängningens CRX-fil

Ladda ner EPL fantasy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn EPL fantasy EPL fantasy
ID gcgdioaopnnibemkooobgehieofmmfgc
Officiell webbadress https://chrome.google.com/webstore/detail/epl-fantasy/gcgdioaopnnibemkooobgehieofmmfgc
Beskrivning English Premier League fantasy.
Filstorlek 123 KB
Antal Installationer 612
Aktuell Version 1.0.2
Senast Uppdaterad 2016-10-23
Publiceringsdatum 2016-10-23
Betyg 5.00/5 Totalt 8 Betyg
Utvecklare http://milanchheda.github.io/epl-fantasy
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://milanchheda.github.io/epl-fantasy/
Stödda Språk 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'"
}