Ranking Slash for Fantasy Football
Ranking Slash customizes the FootballGuys.com and FFToday.com player rankings to show who is available in each of your…
Ranking Slash for Fantasy Footballคืออะไร?
Ranking Slash for Fantasy Football เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rcavezza และคุณลักษณะหลักของมันคือ "Ranking Slash customizes the FootballGuys.com and FFToday.com player rankings to show who is available in each of your…"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ranking Slash for Fantasy Football
ดาวน์โหลดไฟล์ส่วนขยาย Ranking Slash for Fantasy Football ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Ranking Slash customizes the FootballGuys.com and FFToday.com player rankings to show who is available in each of your MyFantasyLeague.com leagues. Install the chrome extension, and then visit FootballGuys or FFToday's Ranking Pages: http://subscribers.footballguys.com/apps/viewrankings.php?viewpos=td&type=redraft&howrecent=7 http://www.fftoday.com/rankings/playerrank.php?o=1&PosID=30&LeagueID=1 Players available in your league will become bolded while players on current rosters will be Crossed Out. Version 2.55 fixes the broken MFL integration due to their new API endpoints. Note: In Version 2.53, DynastyLeagueFootball.com no longer works with the application. They changed the way they display rankings so it breaks RankingSlash. Version 2.51 fixes footballguys.com weekly projection issues for their injury designations. Players with injury designations like "[P]" and "[Q]" will now be slashed correctly. Note: Version 2.30 works with the FootballGuys.com projection pages, as well as both rankings, and cheatsheet pages for FFToday.com. Version 2.5 adds new RankingSlash logo and branding. It also fixes FFToday.com weekly projections and rankings to work with the plugin. We've also added a clear button where you can clear the bolded players and crossed out players to get a clear view of all players on the page. Version 2.41 adds functionality for Footballguys' in-season weekly projections. Version 2.40 includes highlighting ability for any team in your league. You don't only see which players are taken, but you can also see which teams are strong at certain positions. Version 2.36 fixes up a few issues caused in the Jene Bramel tiers pages with [caution] and [upside] flags for each player name. We also fixed a few bugs with common first names like Jonathan and Johnathan and John. Version 2.34 fixes a few position issues that were related to positional disambiguation. These discrepancies were from differences in positional markings from site to site. Most notably were Sheldon Richardson (DT vs DE) and Julius Peppers (DE vs OLB). Version 2.33 Adds Jene Bramel's IDP tier pages to the application. It also fixes some issues with position comparisons when they don't match from website to league. For example, DB to S, or NT to DT. Note: Version 2.32 fixes some bugs that have been lying around for a while (crossing out Jay Ratliff vs Jeremiah Ratliff - the many ways websites refer to Mr. Clinton-Dix (Hasean, HaHa, Ha Ha, Ha'sean), and general capitalization issues like D'Qwell Jackson and LeVeon Bell. These should all slash correctly now! Version 2.32 also adds the ability for a user to send us feedback about the app. We'd love to hear your thoughts on what we could do better and what you think is awesome!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | hacjmmchbhiigodcoclakcloefoamhaf |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/ranking-slash-for-fantasy/hacjmmchbhiigodcoclakcloefoamhaf |
คำอธิบาย | Ranking Slash customizes the FootballGuys.com and FFToday.com player rankings to show who is available in each of your… |
ขนาดไฟล์ | 93.34 KB |
จำนวนการติดตั้ง | 116 |
เวอร์ชันปัจจุบัน | 2.55 |
อัปเดตครั้งล่าสุด | 2016-06-23 |
วันที่เผยแพร่ | 2016-06-23 |
คะแนน | 3.83/5 รวมทั้งหมด 6 คะแนน |
ผู้พัฒนา | rcavezza |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://rankingslash.com |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Ranking Slash for Fantasy Football", "version": "2.55", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage", "http:\/\/*.rankingslash.com\/" ], "content_scripts": [ { "matches": [ "http:\/\/*.footballguys.com\/*viewrankings*", "http:\/\/fftoday.com\/rankings\/playerproj.php*", "http:\/\/fftoday.com\/rankings\/playerrank.php*", "http:\/\/fftoday.com\/rankings\/playerwkproj.php*", "http:\/\/fftoday.com\/rankings\/playerwkrank.php*", "http:\/\/*.fftoday.com\/rankings\/playerproj.php*", "http:\/\/*.fftoday.com\/rankings\/playerrank.php*", "http:\/\/*.fftoday.com\/rankings\/playerwkproj.php*", "http:\/\/*.fftoday.com\/rankings\/playerwkrank.php*", "http:\/\/*.footballguys.com\/*myviewprojections.php*", "http:\/\/*.footballguys.com\/apps\/*", "http:\/\/*.footballguys.com\/myfbg\/myweeklycheatsheet.php*", "http:\/\/*.myfantasyleague.com\/*\/home*", "http:\/\/dynastyfootballwarehouse.com\/dynasty-ppr-rankings\/*" ], "js": [ "jquery-1.8.3.min.js", "rankingslash.js" ], "css": [ "rankingslash.css" ] } ], "icons": { "128": "square_shaped_logo.png" }, "manifest_version": 2, "web_accessible_resources": [ "images\/*.png", "images\/*.gif" ] } |