LineupExperts
Get expert advice for your fantasy teams.
LineupExperts là gì?
LineupExperts là một tiện ích mở rộng Chrome được phát triển bởi LineupExperts.com, và tính năng chính của nó là "Get expert advice for your fantasy teams.".
Ả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 LineupExperts
Tải xuống các tệp mở rộng LineupExperts 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
Our browser extension makes it easier to integrate with your preferred fantasy platforms like ESPN and Yahoo. It can also give you the edge during the draft. It tracks the draft while communicating picks so that our platform can offer you real-time insights on the draft including our recommended draft picks round-by-round.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | LineupExperts |
ID | gcniklopcjcohhkeldmfbjocjmngakne |
URL Chính Thức | https://chromewebstore.google.com/detail/lineupexperts/gcniklopcjcohhkeldmfbjocjmngakne |
Mô tả | Get expert advice for your fantasy teams. |
Kích Thước Tệp | 229 KB |
Số Lần Cài Đặt | 3,837 |
Phiên Bản Hiện Tại | 3 |
Cập Nhật Lần Cuối | 2023-09-01 |
Ngày Phát Hành | 2023-05-24 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | LineupExperts.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.lineupexperts.com/ |
URL Trang Trợ Giúp | https://www.lineupexperts.com/Contact-Us |
URL Trang Chính Sách Bảo Mật | https://www.lineupexperts.com/privacy.php |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "LineupExperts", "description": "Get expert advice for your fantasy teams.", "manifest_version": 3, "version": "3", "author": "LineupExperts", "homepage_url": "https:\/\/www.lineupexperts.com", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png" }, "background": { "service_worker": "worker.js", "type": "module" }, "content_scripts": [ { "matches": [ "*:\/\/*.espn.com\/*", "*:\/\/*.fantrax.com\/*", "*:\/\/*.cbssports.com\/*", "*:\/\/*.fantasysports.yahoo.com\/*", "*:\/\/*.nfl.com\/*", "*:\/\/*.fleaflicker.com\/*", "*:\/\/*.sleeper.com\/*", "*:\/\/*.myfantasyleague.com\/*", "*:\/\/*.myffpc.com\/*", "*:\/\/*.rtsports.com\/*", "*:\/\/*.onroto.com\/*", "*:\/\/*.shgn.com\/*" ], "js": [ "browser-polyfill.js", "lodash.js", "ping.js" ] }, { "matches": [ "*:\/\/*.lineupexperts.com\/*" ], "js": [ "browser-polyfill.js", "lodash.js", "ping.js", "cs_lue.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "page_console_intercept.js", "page_console_lue.js", "page_lue.js", "page_lue_ready.js", "page_console_yahoo.js", "page_cbssports.js" ], "matches": [ " |