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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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/ |
عنوان صفحة المساعدة | 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\/*" ] } |