EPL fantasy
English Premier League fantasy.
EPL fantasy क्या है?
EPL fantasy http://milanchheda.github.io/epl-fantasy द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "English Premier League fantasy."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में EPL fantasy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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.
एक्सटेंशन की मूल जानकारी
नाम | |
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'" } |