SharpSports

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

Qu'est-ce que SharpSports ?

SharpSports est une extension Chrome développée par https://sharpsports.io, et sa fonction principale est "Link your sportsbook account with any sports media / tool provider in the SharpSports network.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SharpSports

Téléchargez les fichiers d'extension SharpSports au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SharpSports SharpSports
ID jbjkingkpiakebpokhndnnmniaafoobe
URL Officiel https://chromewebstore.google.com/detail/sharpsports/jbjkingkpiakebpokhndnnmniaafoobe
Description Link your sportsbook account with any sports media / tool provider in the SharpSports network.
Taille du Fichier 103 KB
Nombre d'Installations 5,000
Version Actuelle 1.2.0
Dernière Mise à Jour 2024-02-01
Date de Publication 2023-05-04
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://sharpsports.io
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.sharpsports.io/privacy-policy
Langues Prises en Charge 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"
    ]
}