PointyBall
Adds projections and other goodies to ESPN Fantasy Football.
PointyBall là gì?
PointyBall là một tiện ích mở rộng Chrome được phát triển bởi Evan Sangaline, và tính năng chính của nó là "Adds projections and other goodies to ESPN Fantasy Football.".
Ả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 PointyBall
Tải xuống các tệp mở rộng PointyBall 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 a tab to ESPN Fantasy Football that gives you a detailed overview of projections for both the next week and the rest of season for all of the teams in your league. Makes it super easy to find good trades! This is our beta launch so if you run into any problems, or have any suggestions, then please email [email protected] and we'll get back to you as soon as we can.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | PointyBall |
ID | abddalnolclclkcdpmochnccnllccpoa |
URL Chính Thức | https://chromewebstore.google.com/detail/pointyball/abddalnolclclkcdpmochnccnllccpoa |
Mô tả | Adds projections and other goodies to ESPN Fantasy Football. |
Kích Thước Tệp | 138 KB |
Số Lần Cài Đặt | 159 |
Phiên Bản Hiện Tại | 1.0.8 |
Cập Nhật Lần Cuối | 2016-11-19 |
Ngày Phát Hành | 2016-11-18 |
Đánh Giá | 4.60/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Evan Sangaline |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://pointyball.com |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PointyBall", "description": "Adds projections and other goodies to ESPN Fantasy Football.", "homepage_url": "https:\/\/pointyball.com", "content_scripts": [ { "matches": [ "*:\/\/games.espn.com\/*" ], "js": [ "content\/index.js" ], "run_at": "document_start" } ], "background": { "persistent": true, "scripts": [ "background\/index.js" ] }, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "permissions": [ "background", "*:\/\/api.pointyball.com\/*", "*:\/\/games.espn.com\/*", "https:\/\/www.google-analytics.com\/*" ], "icons": { "128": "$assets\/icon128.png" }, "version": "1.0.8" } |