EPL fantasy

English Premier League fantasy.

O que é EPL fantasy?

EPL fantasy é uma extensão do Chrome desenvolvida por http://milanchheda.github.io/epl-fantasy, e sua principal característica é "English Premier League fantasy.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão EPL fantasy

Baixe arquivos de extensão EPL fantasy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome EPL fantasy EPL fantasy
ID gcgdioaopnnibemkooobgehieofmmfgc
URL Oficial https://chrome.google.com/webstore/detail/epl-fantasy/gcgdioaopnnibemkooobgehieofmmfgc
Descrição English Premier League fantasy.
Tamanho do Arquivo 123 KB
Contagem de Instalações 612
Versão Atual 1.0.2
Última Atualização 2016-10-23
Data de Publicação 2016-10-23
Classificação 5.00/5 Total de 8 Avaliações
Desenvolvedor http://milanchheda.github.io/epl-fantasy
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://milanchheda.github.io/epl-fantasy/
Idiomas Suportados 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'"
}