FPL Mini League Team Viewer

View all the teams in your private mini league in one shot. Operating instructions: - Open your mini league standings page in FPL.…

FPL Mini League Team Viewer là gì?

FPL Mini League Team Viewer là một tiện ích mở rộng Chrome được phát triển bởi slashbin, và tính năng chính của nó là "View all the teams in your private mini league in one shot. Operating instructions: - Open your mini league standings page in FPL.…".

Ả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 FPL Mini League Team Viewer

Tải xuống các tệp mở rộng FPL Mini League Team Viewer 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

                        View all the teams in your private mini league in one shot.

Operating instructions:
- Open your mini league standings page in FPL.
- Click the extension icon in the address bar if the mini details do not load automatically. Enjoy!




Updates

v0.4
- The extension icon now appears in the address bar once the league standings page loads.
- The Mini League Data is now loaded automatically below the league standings table when you open a league standings page.
- If you don't want the data to be loaded automatically, you can change that in the Extension Options Page (Chrome Settings > Extensions > FPL Extension > Options). To load the mini league data when automatic load is disabled, click on the extension icon in the address bar.
- You can also get a quick peek of a teams by hovering your mouse over the team name link and a quick peek of a H2H match by hovering your mouse over the fixture
- In the classic league, the teams are initially ordered on current ranking. They can be also sorted based on current gameweek points. It will come in handy when the matches are going on and we need to see who is doing well that week
- In the H2H league, there is the classic view and the H2H view. In the H2H view, you can view the teams that are facing off side by side

v0.3
- Current Gameweek points are displayed now.                    

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

Tên FPL Mini League Team Viewer FPL Mini League Team Viewer
ID fggnjilkhkbambfagpdnlbhpnmjljmch
URL Chính Thức https://chromewebstore.google.com/detail/fpl-mini-league-team-view/fggnjilkhkbambfagpdnlbhpnmjljmch
Mô tả View all the teams in your private mini league in one shot. Operating instructions: - Open your mini league standings page in FPL.…
Kích Thước Tệp 90.17 KB
Số Lần Cài Đặt 393
Phiên Bản Hiện Tại 0.4
Cập Nhật Lần Cuối 2015-10-15
Ngày Phát Hành 2015-10-15
Đánh Giá 4.85/5 Tổng số 13 Đánh Giá
Nhà Phát Triển slashbin
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": "FPL Mini League Team Viewer",
    "version": "0.4",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/fantasy.premierleague.com\/my-leagues\/*\/standings\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery-2.1.4.min.js",
                "content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": "football48.png"
    },
    "icons": {
        "16": "football16.png",
        "48": "football48.png",
        "128": "football128.png"
    },
    "permissions": [
        "activeTab",
        "http:\/\/fantasy.premierleague.com\/"
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        "football16.png"
    ]
}