EPL fantasy
English Premier League fantasy.
EPL fantasyとは何ですか?
EPL fantasyはhttp://milanchheda.github.io/epl-fantasyによって開発されたChromeの拡張機能で、その主な機能は「English Premier League fantasy.」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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'" } |