SharpSports

Link your sportsbook account with any sports media / tool provider in the SharpSports network.

SharpSports란 무엇입니까?

SharpSports은(는) https://sharpsports.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Link your sportsbook account with any sports media / tool provider in the SharpSports network."입니다.

확장 프로그램 스크린샷

screenshot

SharpSports 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension gives you the ability to sync your betting history from all major US sportsbooks so you can analyze, share and improve your performance.                    

확장 프로그램 기본 정보

이름 SharpSports SharpSports
ID jbjkingkpiakebpokhndnnmniaafoobe
공식 URL https://chromewebstore.google.com/detail/sharpsports/jbjkingkpiakebpokhndnnmniaafoobe
설명 Link your sportsbook account with any sports media / tool provider in the SharpSports network.
파일 크기 103 KB
설치 횟수 5,000
현재 버전 1.2.0
최근 업데이트 2024-02-01
출시 날짜 2023-05-04
평점 5.00/5 총 1 개의 평점
개발자 https://sharpsports.io
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.sharpsports.io/privacy-policy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SharpSports",
    "description": "Link your sportsbook account with any sports media \/ tool provider in the SharpSports network.",
    "version": "1.2.0",
    "icons": {
        "16": "icon_16.png",
        "32": "icon_32.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "action": {
        "default_icon": "icon_128.png"
    },
    "background": {
        "service_worker": "background\/main.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_scripts\/main.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.fanduel.com\/"
            ],
            "js": [
                "content_scripts\/FanduelAPI.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/www.draftkings.com\/lobby*"
            ],
            "js": [
                "content_scripts\/DraftKingsAPI.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/*.sportsbook.fanduel.com\/*"
            ],
            "js": [
                "content_scripts\/FanduelCookies.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.prizepicks.com\/*"
            ],
            "js": [
                "content_scripts\/PrizePicksAPI.js"
            ]
        },
        {
            "matches": [
                "https:\/\/app.hardrock.bet\/"
            ],
            "js": [
                "content_scripts\/HardRockAPI.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/lib\/pusher.js",
                "\/lib\/datadog.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/app.hardrock.bet\/*",
        "https:\/\/*.fanduel.com\/*",
        "https:\/\/*.draftkings.com\/*",
        "https:\/\/api.sharpsports.io\/*",
        "https:\/\/http-intake.logs.datadoghq.com\/api\/*",
        "https:\/\/app.prizepicks.com\/*",
        "*:\/\/*.prizepicks.com\/"
    ],
    "permissions": [
        "tabs",
        "storage",
        "cookies",
        "webRequest"
    ]
}