EPL fantasy

English Premier League fantasy.

什么是EPL fantasy?

EPL fantasy是由http://milanchheda.github.io/epl-fantasy开发的Chrome扩展程序,该扩展的主要功能是“English Premier League fantasy.”。

扩展截图

screenshot
screenshot
screenshot

下载EPL fantasy扩展crx文件

下载EPL fantasy扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 EPL fantasy EPL fantasy
ID gcgdioaopnnibemkooobgehieofmmfgc
官方URL https://chrome.google.com/webstore/detail/epl-fantasy/gcgdioaopnnibemkooobgehieofmmfgc
简介 English Premier League fantasy.
文件大小 123 KB
安装次数 612
当前版本 1.0.2
更新时间 2016-10-23
上架时间 2016-10-23
评分 5.00/5 共8次评分
开发者 http://milanchheda.github.io/epl-fantasy
电子邮箱 [email protected]
付费类型 free
扩展官网 http://milanchheda.github.io/epl-fantasy/
支持的语言 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'"
}