Better Sleeper

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

Better Sleeper là gì?

Better Sleeper là một tiện ích mở rộng Chrome được phát triển bởi https://clayson.tech, và tính năng chính của nó là "Enhanced Sleeper.com Fantasy Football features Allows the League table to be sorted and viewed in an improved way.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Better Sleeper

Tải xuống các tệp mở rộng Better Sleeper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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..                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Better Sleeper Better Sleeper
ID gpgfaadbjeekenodaogicdhplgjmofho
URL Chính Thức https://chromewebstore.google.com/detail/better-sleeper/gpgfaadbjeekenodaogicdhplgjmofho
Mô tả Enhanced Sleeper.com Fantasy Football features Allows the League table to be sorted and viewed in an improved way.
Kích Thước Tệp 22.55 KB
Số Lần Cài Đặt 49
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2023-06-06
Ngày Phát Hành 2023-06-06
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://clayson.tech
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}