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.”。

擴展截圖

screenshot

下載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 THE SOLVER Extension
ID djjnmfmadfimhkkekdhgjggojncfdhca
官方網址 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\/*"
    ]
}