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文件

下載Better Sleeper擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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