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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } |