THE SOLVER Extension
A google chrome extension for THE SOLVER that helps you easily automate DFS bankroll tracking.
Hvad er THE SOLVER Extension?
THE SOLVER Extension er en Chrome-udvidelse udviklet af https://thesolver.com, og dens hovedfunktion er "A google chrome extension for THE SOLVER that helps you easily automate DFS bankroll tracking.".
Udvidelsesskærmbilleder
Download THE SOLVER Extension-udvidelses-CRX-fil
Download THE SOLVER Extension-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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!
Grundlæggende oplysninger om udvidelsen
Navn | THE SOLVER Extension |
ID | djjnmfmadfimhkkekdhgjggojncfdhca |
Officiel URL | https://chromewebstore.google.com/detail/the-solver-extension/djjnmfmadfimhkkekdhgjggojncfdhca |
Beskrivelse | A google chrome extension for THE SOLVER that helps you easily automate DFS bankroll tracking. |
Filstørrelse | 175 KB |
Antal Installationer | 1,190 |
Nuværende Version | 1.1.1 |
Senest Opdateret | 2023-08-14 |
Udgivelsesdato | 2023-03-02 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | https://thesolver.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://thesolver.com/ |
Hjælpeside-URL | https://thesolver.com/ |
Understøttede Sprog | 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\/*" ] } |