SBS Export and Import

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

什么是SBS Export and Import?

SBS Export and Import是由SBS开发的Chrome扩展程序,该扩展的主要功能是“SBS Export and Import allows you to access and analyze all of your sports data”。

扩展截图

screenshot

下载SBS Export and Import扩展crx文件

下载SBS Export and Import扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extension allows you to better organize your data                    

扩展基本信息

名称 SBS Export and Import SBS Export and Import
ID gnmejndpabiihdgnfkekmbekglnnhacj
官方URL https://chromewebstore.google.com/detail/sbs-export-and-import/gnmejndpabiihdgnfkekmbekglnnhacj
简介 SBS Export and Import allows you to access and analyze all of your sports data
文件大小 175 KB
安装次数 280
当前版本 0.0.2
更新时间 2022-12-15
上架时间 2022-11-08
开发者 SBS
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://www.sportsbookscout.com/privacy-policy
支持的语言 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"
            }
        ]
    }
}