SBS Export and Import

SBS Export and Import allows you to access and analyze all of your sports data

Was ist SBS Export and Import?

SBS Export and Import ist eine Chrome-Erweiterung, die von SBS entwickelt wurde, und ihr Hauptmerkmal ist "SBS Export and Import allows you to access and analyze all of your sports data".

Erweiterungsscreenshots

screenshot

SBS Export and Import-Erweiterungs-CRX-Datei herunterladen

Laden Sie SBS Export and Import-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Extension allows you to better organize your data                    

Grundlegende Informationen zur Erweiterung

Name SBS Export and Import SBS Export and Import
ID gnmejndpabiihdgnfkekmbekglnnhacj
Offizielle URL https://chromewebstore.google.com/detail/sbs-export-and-import/gnmejndpabiihdgnfkekmbekglnnhacj
Beschreibung SBS Export and Import allows you to access and analyze all of your sports data
Dateigröße 175 KB
Installationsanzahl 280
Aktuelle Version 0.0.2
Letztes Update 2022-12-15
Veröffentlichungsdatum 2022-11-08
Entwickler SBS
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://www.sportsbookscout.com/privacy-policy
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SBS Export and Import",
    "description": "SBS Export and Import allows you to access and analyze all of your sports data",
    "version": "0.0.2",
    "manifest_version": 3,
    "icons": {
        "16": "logo\/16.png",
        "48": "logo\/48.png",
        "128": "logo\/icon.png"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_title": "SBS Export and Import",
        "default_icon": "logo\/icon.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "declarativeNetRequest"
    ],
    "host_permissions": [
        "*:\/\/*.sportsbookscout.com\/*",
        "*:\/\/fanduel.com\/*",
        "*:\/\/*.fanduel.com\/*",
        "*:\/\/*.draftkings.com\/*",
        "*:\/\/draftkings.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rule1",
                "enabled": true,
                "path": "netRules.json"
            }
        ]
    }
}