PointyBall
Adds projections and other goodies to ESPN Fantasy Football.
什麼是PointyBall?
PointyBall是由Evan Sangaline開發的Chrome擴展程式,該擴展的主要功能是“Adds projections and other goodies to ESPN Fantasy Football.”。
擴展截圖
下載PointyBall擴展crx文件
下載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 |
官方網址 | 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" } |