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

another share extension의 버전 기록 - 6개 버전

another share extension 제작자: Ovidio

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

  • 최신 버전

    버전 0.1.8.3

    2026년 3월 28일에 출시 - 58.69 KB
    firefox 142.0 이상에서 작동
    Bluesky sharing now works reliably.
    - Contextual sharing was stabilized.
    - Missing or broken platform icons were fixed.
    - X sharing behavior was cleaned up to reduce compose artifacts.
    - Message validation and sender checks were tightened.
    - Input and URL handling were hardened.
    - Intercepted-share replay/freshness protections were added.
    - Print preview key validation and expiry checks were improved.
    - Logging now masks sensitive data more consistently.
    - CSP and extension security boundaries were strengthened.
    - A final toast-message sanitization fix was added.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

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

    버전 0.1.8.1

    2026년 3월 23일에 출시 - 73.89 KB
    firefox 142.0 이상에서 작동
    Reduced extension scope in manifest.json:
    - host_permissions changed from <all_urls> to http://*/* and https://*/*
    - content_scripts.matches changed from <all_urls> to http://*/* and https://*/*
    - web_accessible_resources.matches changed from <all_urls> to http://*/* and https://*/*
    - Kept a strict extension page CSP:
    - script-src 'self'; object-src 'none'; frame-src 'none';
    - Hardened background message handling in background.js:
    - added ALLOWED_ACTIONS
    - added isAllowedSender() validation
    - added object checks for incoming messages
    - added hasValidTab() checks before tab-dependent operations
    - added sanitizeString() for incoming payload fields
    - added sanitizeReadLaterItem() for saved items
    - added isAllowedHttpUrl() checks before opening external share targets
    - Hardened intercepted share handling in content.js:
    - added CONTENT_ALLOWED_ACTIONS
    - added sanitizeInterceptedShareDetail()
    - added randomized CONTENT_EVENT_TOKEN
    - replaced the fixed public event name with token-based page-to-content communication
    - injected the token into the page context before listening for intercepted share events
    - Confirmed js/inject.js uses the injected token before dispatching intercepted share events
    - Hardened popup URL handling in popup/popup.js:
    - added isAllowedShareTarget() protocol validation
    - added buildCustomShareUrl() validation for custom templates
    - blocked unsafe thread/share target URLs before opening tabs
    - Hardened read-later handling in popup/read_later.js:
    - added isSafeListUrl() validation before assigning href
    - disabled unsafe entries visually instead of linking them
    - ensured links use rel="noopener noreferrer"
    - Hardened options handling in options/options.js:
    - added validateCustomTemplate()
    - blocked invalid custom template saves
    - Hardened logging in js/logger.js:
    - masks sensitive fields such as URL, title, text, token, path, auth, password, and email before storage/export

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.1.8.0

    2026년 2월 19일에 출시 - 53.38 KB
    firefox 142.0 이상에서 작동
    v0.1.8.0
    - Replaced all legacy innerHTML usage with safer DOM manipulation (textContent) to prevent XSS vulnerabilities.
    - Extended privacy masking in logs to automatically scrub 'token', 'key', 'password', 'auth', and 'email' fields.
    - Title Parsing: Preserves full titles (e.g., "News / World") while ensuring safe filename generation.
    - Optimized background runtime by removing unused IndexedDB modules and legacy code blocks.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.1.7.9

    2026년 2월 18일에 출시 - 58.79 KB
    firefox 142.0 이상에서 작동
    v0.1.7.9
    - New Privacy Control: Choose between "Moderate" (Essential Sites) and "Strict" (Maximum Privacy) protection levels.
    - Added "Read Later" list: Save up to 50 articles offline.
    - Added "Copy as Markdown": Quickly copy title and URL in Markdown format.
    - Added "Share..." to the right-click context menu for faster access.
    - Improved Notifications: Replaced alerts with non-intrusive toast messages.
    - Cleaned up back-end code for better performance.
    - Removed "Copy Link" and "Email" share options to streamline the interface.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.1.7.7

    2026년 2월 17일에 출시 - 54.25 KB
    firefox 142.0 이상에서 작동
    WHAT'S NEW IN ANOTHER SHARE v0.1.7.7 (Desktop)

    BUG FIXES & IMPROVEMENTS
    • FIXED: Popup layout issue where the window would appear extremely narrow or collapsed on some desktop environments.
    • FIXED: ReferenceError in screenshot tools ('loadImage is not defined').
    • FIXED: "Share as Reader Mode" toggle visual state and functionality.
    • IMPROVED: Smart Reader Mode sharing. Internal Firefox protocols (about:reader) are now embedded directly in the share text for better platform compatibility (X, Reddit, Telegram, etc.).
    • IMPROVED: Desktop UI responsiveness. Fixed dimensions ensure a stable experience on all monitor sizes.
    • IMPROVED: Tooltips are now more descriptive, explaining exactly what each capture and extraction tool does.

    GENERAL
    • Version bumped to 0.1.7.7.
    • Optimized for Firefox Desktop 142.0+.
    • Reset logging facility to require manual opt-in for improved privacy.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

    파일 다운로드
  • 버전 0.1.7.6

    2026년 2월 12일에 출시 - 46.26 KB
    firefox 142.0 이상, android 142.0 이상에서 작동
    • Fixed a layout collapse bug (vertical line glitch) affecting modern Gecko engines.

    GNU General Public License v3.0 전용에 따라 릴리스된 소스 코드

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

부가 기능

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

브라우저

  • Desktop
  • Mobile
  • Enterprise

제품

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

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