THE SOLVER Extension
A google chrome extension for THE SOLVER that helps you easily automate DFS bankroll tracking.
THE SOLVER Extensionคืออะไร?
THE SOLVER Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thesolver.com และคุณลักษณะหลักของมันคือ "A google chrome extension for THE SOLVER that helps you easily automate DFS bankroll tracking."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย THE SOLVER Extension
ดาวน์โหลดไฟล์ส่วนขยาย THE SOLVER Extension ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Attention Daily Fantasy Sports enthusiasts! Say goodbye to the hassle of tracking your bankroll manually. Our fast, easy-to-use Daily Fantasy Sports Bankroll Tracker is here to revolutionize the way you track your results. Sync with a single click and keep track of your winnings and losses effortlessly. No more confusion, no more manual entry. Spend your time strategizing instead of reconciling your history. Our Bankroll Tracker has an intuitive design and user-friendly interface. Join thousands of satisfied users who have already made the switch. Take advantage of our limited-time offer and try our DFS Bankroll Tracker today!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | THE SOLVER Extension |
ID | djjnmfmadfimhkkekdhgjggojncfdhca |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/the-solver-extension/djjnmfmadfimhkkekdhgjggojncfdhca |
คำอธิบาย | A google chrome extension for THE SOLVER that helps you easily automate DFS bankroll tracking. |
ขนาดไฟล์ | 175 KB |
จำนวนการติดตั้ง | 1,190 |
เวอร์ชันปัจจุบัน | 1.1.1 |
อัปเดตครั้งล่าสุด | 2023-08-14 |
วันที่เผยแพร่ | 2023-03-02 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://thesolver.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://thesolver.com/ |
URL หน้าช่วยเหลือ | https://thesolver.com/ |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "A google chrome extension for THE SOLVER that helps you easily automate DFS bankroll tracking.", "version": "1.1.1", "manifest_version": 3, "name": "THE SOLVER Extension", "options_page": "options.html", "background": { "service_worker": "background.bundle.js" }, "action": [], "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "web_accessible_resources": [ { "resources": [ "content.styles.css", "icon-128.png" ], "matches": [] } ], "permissions": [ "storage" ], "host_permissions": [ "*:\/\/thesolver.com\/*", "*:\/\/api.thesolver.com\/*", "*:\/\/draftkings.com\/*", "*:\/\/www.draftkings.com\/*", "*:\/\/www.fanduel.com\/*", "*:\/\/dfyql-ro.sports.yahoo.com\/*" ] } |