PointyBall
Adds projections and other goodies to ESPN Fantasy Football.
Qu'est-ce que PointyBall ?
PointyBall est une extension Chrome développée par Evan Sangaline, et sa fonction principale est "Adds projections and other goodies to ESPN Fantasy Football.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension PointyBall
Téléchargez les fichiers d'extension PointyBall au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | PointyBall |
ID | abddalnolclclkcdpmochnccnllccpoa |
URL Officiel | https://chromewebstore.google.com/detail/pointyball/abddalnolclclkcdpmochnccnllccpoa |
Description | Adds projections and other goodies to ESPN Fantasy Football. |
Taille du Fichier | 138 KB |
Nombre d'Installations | 159 |
Version Actuelle | 1.0.8 |
Dernière Mise à Jour | 2016-11-19 |
Date de Publication | 2016-11-18 |
Évaluation | 4.60/5 Total 5 Évaluations |
Développeur | Evan Sangaline |
Type de Paiement | free |
Site Web de l'Extension | http://pointyball.com |
Langues Prises en Charge | 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" } |