Sleeper Enhancement

Improves features of the Sleeper Fantasy Football Website.

Sleeper Enhancement là gì?

Sleeper Enhancement là một tiện ích mở rộng Chrome được phát triển bởi jakeupdev, và tính năng chính của nó là "Improves features of the Sleeper Fantasy Football Website.".

Ả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 Sleeper Enhancement

Tải xuống các tệp mở rộng Sleeper Enhancement 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

                        Adds projected median score for leagues.                    

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

Tên Sleeper Enhancement Sleeper Enhancement
ID nkhjgbdlbbekiponmhkaeecgdnmdiaml
URL Chính Thức https://chromewebstore.google.com/detail/sleeper-enhancement/nkhjgbdlbbekiponmhkaeecgdnmdiaml
Mô tả Improves features of the Sleeper Fantasy Football Website.
Kích Thước Tệp 649 KB
Số Lần Cài Đặt 202
Phiên Bản Hiện Tại 0.0.0.3
Cập Nhật Lần Cuối 2021-09-22
Ngày Phát Hành 2021-09-14
Nhà Phát Triển jakeupdev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}