PointyBall
Adds projections and other goodies to ESPN Fantasy Football.
PointyBall क्या है?
PointyBall Evan Sangaline द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds projections and other goodies to ESPN Fantasy Football."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में PointyBall एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } |