EPL fantasy
English Premier League fantasy.
EPL fantasy là gì?
EPL fantasy là một tiện ích mở rộng Chrome được phát triển bởi http://milanchheda.github.io/epl-fantasy, và tính năng chính của nó là "English Premier League fantasy.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng EPL fantasy
Tải xuống các tệp mở rộng EPL fantasy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gcgdioaopnnibemkooobgehieofmmfgc |
URL Chính Thức | https://chrome.google.com/webstore/detail/epl-fantasy/gcgdioaopnnibemkooobgehieofmmfgc |
Mô tả | English Premier League fantasy. |
Kích Thước Tệp | 123 KB |
Số Lần Cài Đặt | 612 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2016-10-23 |
Ngày Phát Hành | 2016-10-23 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | http://milanchheda.github.io/epl-fantasy |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://milanchheda.github.io/epl-fantasy/ |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |