SBS Export and Import

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

Qu'est-ce que SBS Export and Import ?

SBS Export and Import est une extension Chrome développée par SBS, et sa fonction principale est "SBS Export and Import allows you to access and analyze all of your sports data".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SBS Export and Import

Téléchargez les fichiers d'extension SBS Export and Import 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

                        Extension allows you to better organize your data                    

Informations de Base sur l'Extension

Nom SBS Export and Import SBS Export and Import
ID gnmejndpabiihdgnfkekmbekglnnhacj
URL Officiel https://chromewebstore.google.com/detail/sbs-export-and-import/gnmejndpabiihdgnfkekmbekglnnhacj
Description SBS Export and Import allows you to access and analyze all of your sports data
Taille du Fichier 175 KB
Nombre d'Installations 280
Version Actuelle 0.0.2
Dernière Mise à Jour 2022-12-15
Date de Publication 2022-11-08
Développeur SBS
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://www.sportsbookscout.com/privacy-policy
Langues Prises en Charge 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"
            }
        ]
    }
}