RotoGrinders - Underdog Tools
RotoGrinders projections and player props on Underdog Fantasy
RotoGrinders - Underdog Tools là gì?
RotoGrinders - Underdog Tools là một tiện ích mở rộng Chrome được phát triển bởi David, và tính năng chính của nó là "RotoGrinders projections and player props on Underdog Fantasy".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng RotoGrinders - Underdog Tools
Tải xuống các tệp mở rộng RotoGrinders - Underdog Tools 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 displays RotoGrinders player projections, in a variety of stat categories, for pick'em contests to help you make informed decisions in your contests. To access this content, RotoGrinders premium subscribers must sign into the extension.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gmkifldndgcobdkfnfdfhmkmenjcbgoo |
URL Chính Thức | https://chrome.google.com/webstore/detail/rotogrinders-underdog-too/gmkifldndgcobdkfnfdfhmkmenjcbgoo |
Mô tả | RotoGrinders projections and player props on Underdog Fantasy |
Kích Thước Tệp | 79.37 KB |
Số Lần Cài Đặt | 309 |
Phiên Bản Hiện Tại | 1.0.24 |
Cập Nhật Lần Cuối | 2024-03-06 |
Ngày Phát Hành | 2021-11-26 |
Nhà Phát Triển | David |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://rotogrinders.com |
URL Trang Trợ Giúp | https://rotogrinders.com |
URL Trang Chính Sách Bảo Mật | https://rotogrinders.com/static/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "RotoGrinders - Underdog Tools", "description": "RotoGrinders projections and player props on Underdog Fantasy", "version": "1.0.24", "manifest_version": 3, "host_permissions": [ "*:\/\/*.rotogrinders.com\/*", "*:\/\/underdogfantasy.com\/*" ], "background": { "service_worker": "background.js", "run_at": "document_start" }, "content_scripts": [ { "matches": [ "*:\/\/underdogfantasy.com\/pick-em\/*" ], "js": [ "libraries\/jquery.min.js", "libraries\/bindly.js", "content\/statmapping.js", "content\/element_binds.js", "content\/main.js" ], "css": [ "content\/css\/custom.css" ], "run_at": "document_start" } ], "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "images\/*" ], "matches": [ "*:\/\/*\/*" ] } ], "incognito": "spanning", "icons": { "16": ".\/images\/icon_16.png", "48": ".\/images\/icon_48.png", "128": ".\/images\/icon_128.png" }, "action": { "default_popup": "popup.html", "default_icon": { "48": ".\/images\/icon_48.png" } } } |