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คืออะไร?
FUT Boost เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wullimann.gregory และคุณลักษณะหลักของมันคือ "FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FUT Boost
ดาวน์โหลดไฟล์ส่วนขยาย FUT Boost ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FUT Boost |
ID | kjaanmemidaccchinphechnbccfblddn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fut-boost/kjaanmemidaccchinphechnbccfblddn |
คำอธิบาย | FUT Boost is the ultimate extension for the FUT Web App. The extension adds many functionality to simplify your life in the Web App! |
ขนาดไฟล์ | 362 KB |
จำนวนการติดตั้ง | 174 |
เวอร์ชันปัจจุบัน | 1.0.1 |
อัปเดตครั้งล่าสุด | 2020-04-19 |
วันที่เผยแพร่ | 2020-04-19 |
ผู้พัฒนา | wullimann.gregory |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/GregoryWullimann/FUTBoost |
URL หน้าช่วยเหลือ | https://github.com/GregoryWullimann/FUTBoost |
ภาษาที่รองรับ | 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" ] } |