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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    }
}