FUT Boost
FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App!
FUT Boost là gì?
FUT Boost là một tiện ích mở rộng Chrome được phát triển bởi wullimann.gregory, và tính năng chính của nó là "FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App!".
Ả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 FUT Boost
Tải xuống các tệp mở rộng FUT Boost 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
FUT Boost will add many functionality to the FUT Web App, some examples are an enriched transfer market search, with ratings and type filters; a quick overview of your club; SBC prices and more!
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FUT Boost |
ID | kjaanmemidaccchinphechnbccfblddn |
URL Chính Thức | https://chromewebstore.google.com/detail/fut-boost/kjaanmemidaccchinphechnbccfblddn |
Mô tả | FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App! |
Kích Thước Tệp | 362 KB |
Số Lần Cài Đặt | 174 |
Phiên Bản Hiện Tại | 1.0.1 |
Cập Nhật Lần Cuối | 2020-04-19 |
Ngày Phát Hành | 2020-04-19 |
Nhà Phát Triển | wullimann.gregory |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/GregoryWullimann/FUTBoost |
URL Trang Trợ Giúp | https://github.com/GregoryWullimann/FUTBoost |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FUT Boost", "description": "FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App!", "version": "1.0.1", "manifest_version": 2, "icons": { "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.easports.com\/*fifa\/ultimate-team\/web-app\/*" ], "js": [ "content.js" ], "css": [ "\/js\/injected.css" ] } ], "browser_action": { "default_title": "FUT Boost", "default_popup": "popup\/popup.html" }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/www.googletagmanager.com https:\/\/google-analytics.com; object-src 'self'", "web_accessible_resources": [ "js\/injected.js", "images\/*.png" ], "permissions": [ "storage" ] } |