SharpSports

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

SharpSports là gì?

SharpSports là một tiện ích mở rộng Chrome được phát triển bởi https://sharpsports.io, và tính năng chính của nó là "Link your sportsbook account with any sports media / tool provider in the SharpSports network.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng SharpSports

Tải xuống các tệp mở rộng SharpSports dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SharpSports SharpSports
ID jbjkingkpiakebpokhndnnmniaafoobe
URL Chính Thức https://chromewebstore.google.com/detail/sharpsports/jbjkingkpiakebpokhndnnmniaafoobe
Mô tả Link your sportsbook account with any sports media / tool provider in the SharpSports network.
Kích Thước Tệp 103 KB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 1.2.0
Cập Nhật Lần Cuối 2024-02-01
Ngày Phát Hành 2023-05-04
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://sharpsports.io
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.sharpsports.io/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}