Office Football Pool Enhancer

This extension adds some additional functionality to Office Football Pool

Office Football Pool Enhancer là gì?

Office Football Pool Enhancer là một tiện ích mở rộng Chrome được phát triển bởi Ethan Hart, và tính năng chính của nó là "This extension adds some additional functionality to Office Football Pool".

Ả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 Office Football Pool Enhancer

Tải xuống các tệp mở rộng Office Football Pool Enhancer 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

                        This extension modifies the overall standings table for Office Football Pool to show what the average (mean) number of shares is across the pool and show how much each user deviates from the mean.

The latest update fixes a new table layout, adds some sorting functionality previously not present, and includes some minor visual enhancements.

Fixed (2019-08-26): Pending picks visible again on overall standings, Not Active users removed from table
Known bugs: Reverse sorting for "Risked" not working                    

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

Tên Office Football Pool Enhancer Office Football Pool Enhancer
ID giddgbpfifkedgnlonpcpbhnhbpkdapo
URL Chính Thức https://chromewebstore.google.com/detail/office-football-pool-enha/giddgbpfifkedgnlonpcpbhnhbpkdapo
Mô tả This extension adds some additional functionality to Office Football Pool
Kích Thước Tệp 8.64 KB
Số Lần Cài Đặt 79
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2019-08-26
Ngày Phát Hành 2019-08-26
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển Ethan Hart
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Office Football Pool Enhancer",
    "description": "This extension adds some additional functionality to Office Football Pool",
    "version": "2.1",
    "icons": {
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "js\/ofps.js"
            ],
            "matches": [
                "*:\/\/officefootballpool.com\/standings*",
                "*:\/\/www.officefootballpool.com\/standings*"
            ],
            "run_at": "document_end"
        }
    ]
}