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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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'"
}