Firefox 브라우저 부가 기능
  • 확장 기능
  • 테마
    • Firefox용
    • 사전 및 언어 팩
    • 다른 브라우저 사이트
    • Android 부가 기능
로그인
추가 기능 아이콘

Logs.tf Extended Plus의 버전 기록 - 10개 버전

Logs.tf Extended Plus 제작자: Masonator

아직 평점이 없습니다
0 / 5
5
0
4
0
3
0
2
0
1
0
Logs.tf Extended Plus의 버전 기록 - 10개 버전
  • 이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.

  • 최신 버전

    버전 1.5.1

    2026년 4월 23일에 출시 - 116 KB
    firefox 109.0a1 이상에서 작동
    • Changed DPM in the class icon popup to always round down as logs.tf seemingly does.

    MIT 라이선스에 따라 릴리스된 소스 코드

    Firefox를 다운로드하고 확장 기능을 받으세요
    파일 다운로드
  • 이전 버전

    버전 1.5.0

    2026년 4월 23일에 출시 - 115.32 KB
    firefox 109.0a1 이상에서 작동
    Added:
    - Added support for marking RGL and ETF2L officials when viewing pages of logs (i.e. the main page or a player's profile).
    - Added a toggle in the settings for showing match info on single logs, which I apparently forgot.
    - Added compatibility for Jack's Log Combiner. If Jack's Log Combiner is active when viewing multiple logs (i.e. the main page or a player's profile), its buttons will be shifted to the left so that they do not block the match score displays.
    - Added per-class DPM stats to the popup shown when hovering over class icons on single logs, making it easier to determine DPM per class.
    Removed:
    - Removed an unnecessary half second delay when getting RGL player info.
    Changed:
    - Changed player info fetching to delay the fetching of info that's disabled in the settings until after all other info has been displayed, to avoid unnecessary slowdowns from info the user doesn't care to see.
    - Changed ban info popup to list the league said player is banned from in the league info, because otherwise which league it is isn't obvious.
    - Changed player info to only update once every 24 hours at most, greatly limiting the amount of requests sent to fetch player data.
    - Changed how medic heals-per-minute-alive and player heals-per-minute received stats are calculated and shown to support any number of heal tables and by extension any number of healers. This should be helpful for passtime players, and occasionally for other gamemodes where more or less than two people provide healing.
    - Changed how some debug info is sent to the console to reduce clutter and give better info.
    Fixed:
    - Fixed an issue where damage per minute would not show on the class popup if (for whatever reason) the player had dealt damage but did not have any weapons listed on the popup.
    - Fixed an issue where HTML line break tags would show up in ban reasons.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.4.0

    2026년 3월 7일에 출시 - 111.1 KB
    firefox 109.0a1 이상에서 작동
    Checks trends.tf for match info associated with a given log, and displays the league/season/match (with links) in the top right corner of the log. If no match info is found within 30 minutes of the log being uploaded, it is assumed that the log is not associated with any league matches. (Huge thanks to arcadia from RGL for letting me know about the trends.tf API)

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.3.2

    2026년 2월 27일에 출시 - 108.31 KB
    firefox 109.0a1 이상에서 작동
    • Fixed an issue where some HL divs were not counted as actual divs due to annoyingly having "RGL-" added onto them (i.e. "RGL-Amateur", causing many HL players to show as having no experience
    • Fixed an issue where the first player in a log would have their RGL profile saved incorrectly due to me being dumb and forgetting that 0 counts as false

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.3.1

    2026년 2월 27일에 출시 - 108.25 KB
    firefox 109.0a1 이상에서 작동
    • Extension now uses RGL's player getmany API to get every player's RGL profile at the same time, massively reducing delay for getting RGL profiles and making player info load faster
    • Improved league info formatting, especially when it wraps to a new line
    • Fixed the extension erroring out when trying to show div info for gamemodes other than 6s or Highlander

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.3.0

    2026년 2월 26일에 출시 - 107.55 KB
    firefox 109.0a1 이상에서 작동
    • Added ETF2L teams and divs for the current gamemode if applicable, these can be turned off manually in the options
    • RGL and (newly added) ETF2L divisions shown now have a border matching the color of the RGL/ETF2L usernames, allowing you to distinguish which is which
    • ETF2L bans are now tracked and will give a warning the same way RGL bans do
    • Hovering over a banned player's username will now list when their ban expires and why they were banned
    • Improved vertical alignment of checkboxes
    • Fixed an issue where a player's saved info would not update properly after being cached for the first time
    • Fixed a rare issue where the extension would error out if an API call was rate-limited
    • Deleted/commented out some unused code and console logs

    I have never interacted with ETF2L so everything added in this update was with surface level research and testing and could definitely break or be wrong, please let me know if there are any issues.

    Known issue:
    ETF2L's API is kinda funky so it doesn't always get the highest div reliably. For some reason, getting a player's profile only lists the teams they are currently a part of and not their past teams or seasons, so I can only see stats on seasons played with teams they are currently rostered to. Theoretically I could go through every past season they played, but it seems like that would require either going through every single match they have ever played or getting a list of teams they were on and making an API call per team to try and find the team's division, which would make loading a player's ETF2L info take way longer.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.2.1

    2026년 2월 25일에 출시 - 104.45 KB
    firefox 109.0a1 이상에서 작동
    • Fixed an issue on Firefox where the default sorting would apply to the league and name columns instead of the team and class columns (thanks to NoNoeWay for pointing this out).
    • Fixed the extension's storage being cleared due to a debug line I forgot to disable.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.2.0

    2026년 2월 22일에 출시 - 104.36 KB
    firefox 109.0a1 이상에서 작동
    Overhauled settings popup
    - Can switch between light and dark mode for the settings popup
    - Split settings into their own collapsible categories
    - Made the various slider toggles look a lot nicer
    - You can now disable every feature individually (unless I missed some), letting you customize the stats you see. This should save between browser sessions. You will need to refresh the page to apply your new settings.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.1.3

    2026년 2월 21일에 출시 - 96.47 KB
    firefox 109.0a1 이상에서 작동
    Fixed an issue where the class stats panels on the profile page would have all of their text forced bold, instead of only table headers being bolded.

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 1.1.2

    2026년 2월 18일에 출시 - 96.47 KB
    firefox 109.0a1 이상에서 작동
    Forces the playtime seconds in the log list's class stats field to be two characters, instead of being only one character if the value was a single digit (12:9 -> 12:09)

    MIT 라이선스에 따라 릴리스된 소스 코드

    파일 다운로드
Mozilla 홈페이지로 이동

부가 기능

  • 소개
  • Firefox 부가 기능 블로그
  • 확장 기능 워크샵
  • 개발자 허브
  • 개발자 정책
  • 커뮤니티 블로그
  • 포럼
  • 버그 신고
  • 리뷰 지침

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • 개인 정보
  • 쿠키
  • 법률

특별한 고지가 없는 한, 본 사이트의 콘텐츠는 Commons Attribution Share-Alike License v3.0 또는 그 이후 버전에 따라 사용이 허가됩니다.