Draftnik for FPL
Save team drafts you create on Fantasy Premier League.
Draftnik for FPLคืออะไร?
Draftnik for FPL เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Alex Mathew และคุณลักษณะหลักของมันคือ "Save team drafts you create on Fantasy Premier League."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Draftnik for FPL
ดาวน์โหลดไฟล์ส่วนขยาย Draftnik for FPL ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Do you play Fantasy Premier League? Do you plan different squad combinations before hitting that "Make Transfers" button? Do you use screenshots to keep track of the various drafts you create? Say hello to Draftnik. And say goodbye to those folders full of screenshots! The Draftnik Chrome extension adds a "Save Draft" button on the FPL transfers page for you to save the current squad of 15 you have created. You can view your saved drafts by clicking on the Draftnik logo on the extensions list (next to the address bar on Chrome). You can also view all your saved drafts on the Draftnik Dashboard (http://app.draftnik.cc/)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Draftnik for FPL |
ID | eeolkemdaflnkhjpkodccelahhbdkhpf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/draftnik-for-fpl/eeolkemdaflnkhjpkodccelahhbdkhpf |
คำอธิบาย | Save team drafts you create on Fantasy Premier League. |
ขนาดไฟล์ | 1.26 MB |
จำนวนการติดตั้ง | 257 |
เวอร์ชันปัจจุบัน | 2.1.0 |
อัปเดตครั้งล่าสุด | 2022-07-23 |
วันที่เผยแพร่ | 2020-08-19 |
คะแนน | 5.00/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Alex Mathew |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://draftnik.cc/ |
URL หน้าช่วยเหลือ | https://twitter.com/alxmth03/ |
URL หน้านโยบายความเป็นส่วนตัว | http://app.draftnik.cc/privacy-policy.html |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Save team drafts you create on Fantasy Premier League.", "version": "2.1.0", "manifest_version": 3, "name": "Draftnik for FPL", "short_name": "Draftnik", "icons": { "16": "icons\/logo16.png", "48": "icons\/logo48.png", "128": "icons\/logo128.png" }, "web_accessible_resources": [ { "resources": [ "icons\/logo48.png" ], "matches": [ "https:\/\/fantasy.premierleague.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/fantasy.premierleague.com\/*" ], "js": [ "content.bundle.js" ], "run_at": "document_end" } ], "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "permissions": [ "storage" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } } |