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

Deadname Remover의 버전 기록 - 11개 버전

Deadname Remover 제작자: WillHayCode, Ari Gibson

5점 만점에 4.6점
4.6 / 5
5
99
4
8
3
3
2
1
1
9
Deadname Remover의 버전 기록 - 11개 버전
  • 이전 버전의 사용에 주의하십시오! 이 버전들은 테스트 및 참조 용도로만 표시되는 것입니다.항상 최신 버전의 부가 기능을 사용해야 합니다.

  • 최신 버전

    버전 2.1.1

    2025년 4월 7일에 출시 - 133.03 KB
    firefox 58.0 이상에서 작동
    • Bug fixes causing settings to not save

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

    이 확장 기능을 사용하려면 Firefox가 필요함
    Firefox를 다운로드하고 확장 기능을 받으세요
    파일 다운로드
  • 이전 버전

    버전 2.1.0

    2025년 4월 7일에 출시 - 132.8 KB
    firefox 58.0 이상에서 작동
    • Added keyboard shortcut functionality for quickly enabling/disabling the extension
    • Added setting to replace plain text email addresses (Note: Email hyperlinks remain unchanged and will use the original address when clicked)
    • Added setting to hide debug logs that contain name mapping information (including deadnames) (thanks @Lenochxd!)
    • Resolved UI issue causing switches to not show an indicator when focused
    • Excluded SVGs from processing to improve performance

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

    파일 다운로드
  • 버전 2.0.4

    2025년 2월 20일에 출시 - 127.97 KB
    firefox 58.0 이상에서 작동
    Fix issue with duplicate names being allowed in settings due to case sensitive matching instead of case insensitive

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

    파일 다운로드
  • 버전 2.0.3

    2025년 2월 19일에 출시 - 127.92 KB
    firefox 58.0 이상에서 작동
    Resolves bug with names not replacing while maintaining performance.

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

    파일 다운로드
  • 버전 2.0.2

    2025년 2월 17일에 출시 - 127.84 KB
    firefox 58.0 이상에서 작동
    Resolved issue with excessive processing on added DOM nodes, causing slow performance on larger pages.

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

    파일 다운로드
  • 버전 2.0.1

    2025년 2월 17일에 출시 - 127.71 KB
    firefox 58.0 이상에서 작동
    Resolves bug with recursive name replacement causing browser lag and crashes.

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

    파일 다운로드
  • 버전 2.0.0

    2025년 2월 16일에 출시 - 126.99 KB
    firefox 58.0 이상에서 작동
    v2.0.0 🎉

    Added or Changed
    - Complete rewrite of the extension using modern technologies/patterns:
    - Improved performance via new name replacement mechanism
    - Simplified replacement logic via cleaner browser-built in functions (such as document.createNodeIterator)
    - Migration to WXT extension framework for easier development and maintenance
    - Removed need for complicated build and task systems
    - Rewrote UI to be more modern, user friendly, and accessible
    - Integrated mutation observer to detect changes to the DOM and update the UI accordingly
    - Re-analyzed which fields are processed to better follow user expectations
    - Ensured full feature parity with the previous version (except for TamperMonkey scripts)
    - New features:
    - Ability to add infinite deadnames and chosen names to process
    - Theme support with trans pride and non-binary pride gradient options
    - Name highlighting with pride-colored gradients
    - Syncing settings across devices is now optional in case of privacy concerns
    - Content blocking to prevent flashing of deadnames
    - Support for shadow DOM elements, meaning more websites are supported
    - Metrics to track the performance of the extension, implement easier debugging
    - Improved accessibility:
    - Additional support for screen readers by processing ARIA attributes, alt tags
    - High contrast theme option
    - Improved keyboard navigation and accessibility in settings pages
    - Enhanced developer experience:
    - Focus on leveraging WXT features and packages to improve development speed and quality
    - Less code to maintain
    - Better codebase structure to reduce barriers to entry for new contributors
    - Svelte for UI components to speed up development, allow more flexibility in UI development
    - OnuUI and UnoCSS for styling; modern, consistent, and easy to use
    - Valibot for data validation and type safety
    - Scripts for linting, type checking, building, etc.
    - Misc:
    - Added this changelog :)
    - More detailed and improved communication in Privacy Policy
    - Recreated README to be accurate considering all the changes in this version

    Removed
    - Entire previous codebase to modernize and improve the extension
    - Support for TamperMonkey scripts
    - May be added back in the future if there is a need for it, though likely not used frequently and adds additional maintenance burden

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

    파일 다운로드
  • 버전 1.2.2

    2020년 10월 6일에 출시 - 35.24 KB
    firefox 57.0 이상에서 작동
    This update adds the ability to register multiple deadnames, as well as some general performance and bug fixes.

    Big big thank you to Gusted on GitHub for making all of the changes in this update, and special mention to fredwilby on GitHub for code review.

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

    파일 다운로드
  • 버전 1.2.1

    2020년 9월 1일에 출시 - 33.57 KB
    firefox 57.0 이상에서 작동
    +Move name settings to separate page from popup to fix issue some users were having with scrolling

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

    파일 다운로드
  • 버전 1.2.0

    2020년 8월 31일에 출시 - 32.17 KB
    firefox 57.0 이상에서 작동
    Huge thanks to Gusted, Enbika, and Evelyn Hathaway for contributing code and making this release possible.

    + Massive optimisations
    + Fixed bug where names within other words were being replaced (e.g. Stomp becoming SKathrynp in Tom -> Kathryn replacement)
    + Other minor fixes and improvements

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

    파일 다운로드
  • 버전 1.1.0

    2020년 4월 11일에 출시 - 31.05 KB
    firefox 57.0 이상에서 작동

    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 또는 그 이후 버전에 따라 사용이 허가됩니다.