Footballguys Extension: Manage My Leagues
Import leagues to Footballguys
Footballguys Extension: Manage My Leagues là gì?
Footballguys Extension: Manage My Leagues là một tiện ích mở rộng Chrome được phát triển bởi Footballguys, và tính năng chính của nó là "Import leagues to Footballguys".
Ả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 Footballguys Extension: Manage My Leagues
Tải xuống các tệp mở rộng Footballguys Extension: Manage My Leagues 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
Import your fantasy football leagues to Footballguys using this extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Footballguys Extension: Manage My Leagues |
ID | ijgkcmoimjolkemifligpebpikbempbe |
URL Chính Thức | https://chromewebstore.google.com/detail/footballguys-extension-ma/ijgkcmoimjolkemifligpebpikbempbe |
Mô tả | Import leagues to Footballguys |
Kích Thước Tệp | 48.79 KB |
Số Lần Cài Đặt | 7,074 |
Phiên Bản Hiện Tại | 1.1.0 |
Cập Nhật Lần Cuối | 2023-09-01 |
Ngày Phát Hành | 2023-08-16 |
Nhà Phát Triển | Footballguys |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.footballguys.com/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Footballguys Extension: Manage My Leagues", "homepage_url": "https:\/\/www.footballguys.com\/leagues", "version": "1.1.0", "author": "[email protected]", "description": "Import leagues to Footballguys", "action": { "default_popup": "popup\/popup.html", "default_icon": { "16": ".\/icons\/16px.png", "32": ".\/icons\/32px.png", "48": ".\/icons\/48px.png", "128": ".\/icons\/128px.png" } }, "background": { "service_worker": "background.js", "type": "module" }, "permissions": [ "cookies" ], "host_permissions": [ "*:\/\/*.footballguys.com\/*", "*:\/\/*.espn.com\/*", "*:\/\/*.nfl.com\/\/*", "*:\/\/*.cbssports.com\/\/*" ], "externally_connectable": { "matches": [ "*:\/\/*.footballguys.com\/*" ] }, "icons": { "16": ".\/icons\/16px.png", "32": ".\/icons\/32px.png", "48": ".\/icons\/48px.png", "128": ".\/icons\/128px.png" } } |