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
公式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
Eメール [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"
    }
}