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
官方網址 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'"
}