Fantastico
Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website.
Fantasticoคืออะไร?
Fantastico เป็นส่วนขยายของ Chrome ที่พัฒนาโดย za และคุณลักษณะหลักของมันคือ "Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fantastico
ดาวน์โหลดไฟล์ส่วนขยาย Fantastico ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This chrome extension helps Draft Fantasy Premier League players pick teams easily by overlaying weekly rankings and forecasts in the official FPL website. Stay one step ahead of your opponents using this extension!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Fantastico |
ID | jjehgienoakeelhoegihepjpmdcoddeb |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fantastico/jjehgienoakeelhoegihepjpmdcoddeb |
คำอธิบาย | Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website. |
ขนาดไฟล์ | 50.98 KB |
จำนวนการติดตั้ง | 113 |
เวอร์ชันปัจจุบัน | 1.4 |
อัปเดตครั้งล่าสุด | 2020-10-13 |
วันที่เผยแพร่ | 2020-09-23 |
ผู้พัฒนา | za |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Fantastico", "version": "1.4", "description": "Get the competitive edge in Draft Fantasy Premier League (FPL) by overlaying Rotowire rankings on the official FPL website.", "content_scripts": [ { "matches": [ "https:\/\/draft.premierleague.com\/*" ], "run_at": "document_idle", "js": [ "jquery-3.3.1.min.js", "content.js" ] } ], "web_accessible_resources": [ "script.js" ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 2 } |