fanlights.io
Adds the latest high-bitrate MLB video content to Yahoo Fantasy Baseball.
fanlights.io क्या है?
fanlights.io twitter.com/philiannuzzo द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds the latest high-bitrate MLB video content to Yahoo Fantasy Baseball."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में fanlights.io एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
2.1.6 - Fix video icon insertion bug 2.1.5 - Fixed carousel not loading due to ads and analytics - Fixed Yahoo chat button covering carousel tab - Added support for MLB darkroom clips 2.1.4 - UI improvements and bug fixes - Persistent carousel - Improved error handling 2.1.3 - Run on more pages, more bug fixes 2.1.2 - UI improvements and bug fixes 2.1.1 - Fixed video icon activating editable row - Added cross-browser support for Mozilla Firefox 2.1.0 - Added support for Microsoft Edge 2.0.1 - Re-launched Highlights+ as fanlights.io - Added video carousel and high bitrate option
एक्सटेंशन की मूल जानकारी
नाम | fanlights.io |
ID | ndeobkgdldlmalcpkldhdadlhneajkco |
आधिकारिक URL | https://chromewebstore.google.com/detail/fanlightsio/ndeobkgdldlmalcpkldhdadlhneajkco |
विवरण | Adds the latest high-bitrate MLB video content to Yahoo Fantasy Baseball. |
फ़ाइल का आकार | 140 KB |
स्थापना संख्या | 325 |
वर्तमान संस्करण | 2.1.6 |
अंतिम अपडेट | 2023-07-30 |
प्रकाशन तिथि | 2016-09-03 |
रेटिंग | 4.63/5 कुल 16 रेटिंग्स |
डेवलपर | twitter.com/philiannuzzo |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://git.io/JOEK6 |
सहायता पृष्ठ URL | https://twitter.com/philiannuzzo |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "fanlights.io", "description": "Adds the latest high-bitrate MLB video content to Yahoo Fantasy Baseball.", "version": "2.1.6", "options_ui": { "page": "options.html" }, "web_accessible_resources": [ "options.html", "carousel.html", "carouselFrame.html", "\/icons\/*" ], "permissions": [ "storage" ], "background": { "page": "background.html" }, "page_action": { "default_icon": { "19": "\/icons\/icon-19.png" } }, "icons": { "48": "\/icons\/icon-48.png", "128": "\/icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/baseball.fantasysports.yahoo.com\/b1\/*", "http:\/\/baseball.fantasysports.yahoo.com\/b1\/*", "https:\/\/mlb-cuts-diamond.mlb.com\/FORGE\/*", "https:\/\/bdata-producedclips.mlb.com\/*", "https:\/\/darkroom-clips.mlb.com\/*" ], "js": [ "\/libs\/purify.min.js", "\/libs\/jquery-3.5.1.min.js", "helpers.js", "carousel.js", "\/platforms\/yahoo.js", "content.js" ], "css": [ "carousel.css" ] } ] } |