Better Sleeper

Enhanced Sleeper.com Fantasy Football features Allows the League table to be sorted and viewed in an improved way.

Better Sleeper란 무엇입니까?

Better Sleeper은(는) https://clayson.tech에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enhanced Sleeper.com Fantasy Football features Allows the League table to be sorted and viewed in an improved way."입니다.

확장 프로그램 스크린샷

screenshot

Better Sleeper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Extension for the Sleeper.com Fantasy football website
This extension replaces the existing league table with an improved one allowing the user to see  max potential points for and allows the league table to be sorted by all available columns replicating the funcationality currently provided by the Sleeper mobile app..                    

확장 프로그램 기본 정보

이름 Better Sleeper Better Sleeper
ID gpgfaadbjeekenodaogicdhplgjmofho
공식 URL https://chromewebstore.google.com/detail/better-sleeper/gpgfaadbjeekenodaogicdhplgjmofho
설명 Enhanced Sleeper.com Fantasy Football features Allows the League table to be sorted and viewed in an improved way.
파일 크기 22.55 KB
설치 횟수 49
현재 버전 1.3.1
최근 업데이트 2023-06-06
출시 날짜 2023-06-06
평점 5.00/5 총 3 개의 평점
개발자 https://clayson.tech
이메일 [email protected]
결제 유형 free
지원되는 언어 en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Sleeper",
    "version": "1.3.1",
    "description": "Enhanced Sleeper.com Fantasy Football features Allows the League table to be sorted and viewed in an improved way.",
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "host_permissions": [
        "*:\/\/sleeper.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/config.js",
                "scripts\/utils.js",
                "scripts\/PlayerRoster.js",
                "scripts\/main.js",
                "scripts\/detailsComponent.js",
                "scripts\/content.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/sleeper.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "48": "img\/Better_Sleeper_48.png",
        "128": "img\/Better_Sleeper_128.png"
    }
}