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
官方網址 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"
            }
        ]
    }
}