Sleeper Enhancement

Improves features of the Sleeper Fantasy Football Website.

什么是Sleeper Enhancement?

Sleeper Enhancement是由jakeupdev开发的Chrome扩展程序,该扩展的主要功能是“Improves features of the Sleeper Fantasy Football Website.”。

扩展截图

screenshot

下载Sleeper Enhancement扩展crx文件

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

扩展使用说明

                        Adds projected median score for leagues.                    

扩展基本信息

名称 Sleeper Enhancement Sleeper Enhancement
ID nkhjgbdlbbekiponmhkaeecgdnmdiaml
官方URL https://chromewebstore.google.com/detail/sleeper-enhancement/nkhjgbdlbbekiponmhkaeecgdnmdiaml
简介 Improves features of the Sleeper Fantasy Football Website.
文件大小 649 KB
安装次数 202
当前版本 0.0.0.3
更新时间 2021-09-22
上架时间 2021-09-14
开发者 jakeupdev
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Sleeper Enhancement",
    "description": "Improves features of the Sleeper Fantasy Football Website.",
    "version": "0.0.0.3",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/sleeper.app\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "128": "images\/icons\/icon-128x128.png"
    }
}