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
官方網址 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"
    ]
}