THE SOLVER Extension
A google chrome extension for THE SOLVER that helps you easily automate DFS bankroll tracking.
Qu'est-ce que THE SOLVER Extension ?
THE SOLVER Extension est une extension Chrome développée par https://thesolver.com, et sa fonction principale est "A google chrome extension for THE SOLVER that helps you easily automate DFS bankroll tracking.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension THE SOLVER Extension
Téléchargez les fichiers d'extension THE SOLVER Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | THE SOLVER Extension |
ID | djjnmfmadfimhkkekdhgjggojncfdhca |
URL Officiel | https://chromewebstore.google.com/detail/the-solver-extension/djjnmfmadfimhkkekdhgjggojncfdhca |
Description | A google chrome extension for THE SOLVER that helps you easily automate DFS bankroll tracking. |
Taille du Fichier | 175 KB |
Nombre d'Installations | 1,190 |
Version Actuelle | 1.1.1 |
Dernière Mise à Jour | 2023-08-14 |
Date de Publication | 2023-03-02 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | https://thesolver.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://thesolver.com/ |
URL de la Page d'Aide | https://thesolver.com/ |
Langues Prises en Charge | 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\/*" ] } |