FPL Insights
A better way to get the latest statistics on all things fantasy premier league
FPL Insights क्या है?
FPL Insights JB Apps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A better way to get the latest statistics on all things fantasy premier league"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में FPL Insights एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
FPL Insights gives you the best analytic tools for your fantasy premier league team. ****NOW UPDATED FOR THE 22/23 SEASON**** The latest graphs and charts right inside the official fantasy premier league website which will help you to win your mini league. More graphs and charts to come soon! FPL Insights can be found in the transfers section of the fantasy premier league website once the extension has been installed. Just click on the "Insights" drop down to reveal
एक्सटेंशन की मूल जानकारी
नाम | FPL Insights |
ID | ppogcdipnlbkhgpbpicpcedleloiejak |
आधिकारिक URL | https://chromewebstore.google.com/detail/fpl-insights/ppogcdipnlbkhgpbpicpcedleloiejak |
विवरण | A better way to get the latest statistics on all things fantasy premier league |
फ़ाइल का आकार | 680 KB |
स्थापना संख्या | 779 |
वर्तमान संस्करण | 3.2 |
अंतिम अपडेट | 2022-11-06 |
प्रकाशन तिथि | 2019-09-17 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | JB Apps |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "web_accessible_resources": [ "charts.html" ], "name": "FPL Insights", "description": "A better way to get the latest statistics on all things fantasy premier league", "version": "3.2", "browser_action": { "default_popup": "popup.html", "css": [ "popup.css" ] }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/fantasy.premierleague.com\/*" ], "css": [ "slick.css", "apexcharts.css", "charts.css", "all.css" ], "js": [ "apexcharts.js", "all.js", "jquery-3.4.1.min.js", "content.js", "slick.js" ] } ], "background": { "scripts": [ "background.js" ] } } |