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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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\/*"
    ]
}