SBS Export and Import

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

What is SBS Export and Import?

SBS Export and Import is a Chrome extension developed by SBS, and its main feature is "SBS Export and Import allows you to access and analyze all of your sports data".

Extension Screenshots

screenshot

Download SBS Export and Import Extension CRX File

Download SBS Export and Import extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Extension allows you to better organize your data                    

Extension Basic Information

Name SBS Export and Import SBS Export and Import
ID gnmejndpabiihdgnfkekmbekglnnhacj
Official URL 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
File Size 175 KB
Installation Count 280
Current Version 0.0.2
Last Updated 2022-12-15
Publish Date 2022-11-08
Developer SBS
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.sportsbookscout.com/privacy-policy
Supported Languages 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"
            }
        ]
    }
}