PointyBall
Adds projections and other goodies to ESPN Fantasy Football.
PointyBallคืออะไร?
PointyBall เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Evan Sangaline และคุณลักษณะหลักของมันคือ "Adds projections and other goodies to ESPN Fantasy Football."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย PointyBall
ดาวน์โหลดไฟล์ส่วนขยาย PointyBall ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | PointyBall |
ID | abddalnolclclkcdpmochnccnllccpoa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/pointyball/abddalnolclclkcdpmochnccnllccpoa |
คำอธิบาย | Adds projections and other goodies to ESPN Fantasy Football. |
ขนาดไฟล์ | 138 KB |
จำนวนการติดตั้ง | 159 |
เวอร์ชันปัจจุบัน | 1.0.8 |
อัปเดตครั้งล่าสุด | 2016-11-19 |
วันที่เผยแพร่ | 2016-11-18 |
คะแนน | 4.60/5 รวมทั้งหมด 5 คะแนน |
ผู้พัฒนา | Evan Sangaline |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://pointyball.com |
ภาษาที่รองรับ | 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" } |