Helper Extension for Gridiron Dynasty

Add recruit hometown mapping links, recruit considering color, box score analysis links

Helper Extension for Gridiron Dynasty là gì?

Helper Extension for Gridiron Dynasty là một tiện ích mở rộng Chrome được phát triển bởi edzzzdev, và tính năng chính của nó là "Add recruit hometown mapping links, recruit considering color, box score analysis links".

Ả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 Helper Extension for Gridiron Dynasty

Tải xuống các tệp mở rộng Helper Extension for Gridiron Dynasty 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 is for coaches who play Gridiron Dynasty on Whatifsports.com (WIS). When you search for recruits, the web page displays the recruits hometown (City, ST). This extension modifies the hometown to be a URL that opens the GDAnalyst website (gdanalyst.herokuapp.com) and leverages its mapping capability to show you where the recruit is located compared to all human coaches in that world and division. The extension will also highlight a recruit's row BLUE if you are watching the recruit, YELLOW if you are in a battle for the recruit with other schools, and GREEN if the recruit is considering only your school. In addition, in the active team's schedule page, as well as the team's profile schedule tab, the extension will insert a link to the active team's schedule/game analysis page on GDAnalyst website. Finally, next to each boxscore link, the extension will insert a small green plus icon that is hyperlinked to GDAnalyst game analysis. Clicking the green plus icon will open GDAnalyst in a new tab and instantly analyze the boxscore.

Release Notes:
v0.0.2.2
Renamed the extension to Helper Extension for Gridiron Dynasty

Release Notes:
v0.0.2.1
Corrects GDAnalyst link on the Team Profile page's Schedule tab.

v0.0.2.0
1. In the active team's schedule page, as well as the team's profile schedule tab, the extension will insert a link to the active team's schedule/game analysis page on GDAnalyst website.
2. Next to each boxscore link, the extension will insert a small green plus icon that is hyperlinked to GDAnalyst game analysis. Clicking the green plus icon will open GDAnalyst in a new tab and analyze the boxscore.

v0.0.1.2
Resolves an issue where the page updates made by the extension may disappear if certain actions are taken on the page (e.g. clicking check box to add a recruit to your watchlist or changing some of the search filter options at the top).                    

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

Tên Helper Extension for Gridiron Dynasty Helper Extension for Gridiron Dynasty
ID elfljjgjfjddifffclgoifgnliibnlll
URL Chính Thức https://chromewebstore.google.com/detail/helper-extension-for-grid/elfljjgjfjddifffclgoifgnliibnlll
Mô tả Add recruit hometown mapping links, recruit considering color, box score analysis links
Kích Thước Tệp 231 KB
Số Lần Cài Đặt 92
Phiên Bản Hiện Tại 0.0.2.2
Cập Nhật Lần Cuối 2023-08-15
Ngày Phát Hành 2023-01-29
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển edzzzdev
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gdanalyst.herokuapp.com
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Helper Extension for Gridiron Dynasty",
    "version": "0.0.2.2",
    "description": "Add recruit hometown mapping links, recruit considering color, box score analysis links",
    "browser_specific_settings": {
        "gecko": {
            "id": "{0bf3fa8d-30fc-479d-a0e0-798515f70ce7}",
            "strict_min_version": "109.0"
        }
    },
    "icons": {
        "16": "images\/football-16x16.png",
        "32": "images\/football-32x32.png",
        "192": "images\/football-192x192.png",
        "512": "images\/football-512x512.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/www.whatifsports.com\/gd\/recruiting\/Search.aspx",
                "https:\/\/www.whatifsports.com\/gd\/RecruitProfile\/Ratings.aspx*"
            ]
        },
        {
            "js": [
                "scripts\/box-score-analysis.js"
            ],
            "matches": [
                "https:\/\/www.whatifsports.com\/gd\/schedule\/",
                "https:\/\/www.whatifsports.com\/gd\/TeamProfile\/Schedule.aspx?tid=*",
                "https:\/\/www.whatifsports.com\/gd\/TeamProfile\/GameLog.aspx?tid=*"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/plus-icon.png"
            ],
            "matches": [
                "https:\/\/www.whatifsports.com\/*"
            ]
        }
    ]
}