THE SOLVER Extension
A google chrome extension for THE SOLVER that helps you easily automate DFS bankroll tracking.
什么是THE SOLVER Extension?
THE SOLVER Extension是由https://thesolver.com开发的Chrome扩展程序,该扩展的主要功能是“A google chrome extension for THE SOLVER that helps you easily automate DFS bankroll tracking.”。
扩展截图
下载THE SOLVER Extension扩展crx文件
下载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\/*" ] } |