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ファイルをダウンロード

SharpSports拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}