Enhanced FPL - FPL on steroids
Enhanced FPL improves the Fantasy Premier League site so you can more easily win your leagues and become a better FPL manager
Enhanced FPL - FPL on steroids क्या है?
Enhanced FPL - FPL on steroids https://enhancedfpl.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enhanced FPL improves the Fantasy Premier League site so you can more easily win your leagues and become a better FPL manager"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Enhanced FPL - FPL on steroids एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Enhance the Fantasy Premier League website with Enhanced FPL, for free! Enhanced FPL improves the Fantasy Premier League website and helps you become a better manager in the following ways: 📈 See each player's upcoming fixtures, expected points and form at a glance 💯 Get an overview of a player's historic performance against a team ⚽️ Easily compare players and their recent form (goals, assists, clean sheets etc.) 😎 Dark mode 💰 Quickly see which of your players are close to rising or falling in price
एक्सटेंशन की मूल जानकारी
नाम | Enhanced FPL - FPL on steroids |
ID | iaoponndkinhdomddpagkkkjdjhpfejj |
आधिकारिक URL | https://chromewebstore.google.com/detail/enhanced-fpl-fpl-on-stero/iaoponndkinhdomddpagkkkjdjhpfejj |
विवरण | Enhanced FPL improves the Fantasy Premier League site so you can more easily win your leagues and become a better FPL manager |
फ़ाइल का आकार | 1.34 MB |
स्थापना संख्या | 1,587 |
वर्तमान संस्करण | 1.0.5 |
अंतिम अपडेट | 2023-01-09 |
प्रकाशन तिथि | 2022-08-21 |
रेटिंग | 5.00/5 कुल 5 रेटिंग्स |
डेवलपर | https://enhancedfpl.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://enhancedfpl.com |
सहायता पृष्ठ URL | https://twitter.com/amosbastian |
गोपनीयता नीति पृष्ठ URL | https://enhancedfpl.com/privacy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "author": "Amos Bastian", "homepage_url": "https:\/\/enhancedfpl.com", "name": "__MSG_appName__", "description": "__MSG_appDesc__", "default_locale": "en", "version": "1.0.5", "manifest_version": 3, "action": { "default_popup": "index.html" }, "icons": { "16": "assets\/16.png", "32": "assets\/32.png", "48": "assets\/48.png", "96": "assets\/96.png", "128": "assets\/128.png", "256": "assets\/256.png" }, "permissions": [ "storage" ], "background": { "service_worker": "\/static\/js\/service-worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/*.fantasy.premierleague.com\/*" ], "js": [ ".\/static\/js\/injection.js", ".\/static\/js\/theme.js", ".\/static\/js\/content.js" ], "css": [ ".\/static\/css\/styles.min.css" ], "exclude_matches": [ "https:\/\/*.fantasy.premierleague.com\/api\/*" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "index.html", "assets\/32.png" ], "matches": [ "https:\/\/*\/*" ], "extension_ids": [ "bnpheobmfcbpppppeaamdhienbpgmbce" ] } ], "options_page": "options.html" } |