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

Prod Guard의 버전 기록 - 10개 버전

Prod Guard 제작자: dotboris

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

  • 최신 버전

    버전 2.0.1

    2024년 5월 12일에 출시 - 1.13 MB
    firefox 112.0 이상에서 작동
    ### Patch Changes

    - [#1122](https://github.com/dotboris/prod-guard/pull/1122) [`af94d16`](https://github.com/dotboris/prod-guard/commit/af94d16f2ac7f6e6bf230383f423d415c0efcb87) Thanks [@dotboris](https://github.com/dotboris)! - Set minimum version of Chrome to 121. This is the first version of Chrome that ignores the `background.scripts` property in `manifest.json`. We need this property to be ignored because we distribute this extension in Firefox which requires this key.

    - [#1122](https://github.com/dotboris/prod-guard/pull/1122) [`af94d16`](https://github.com/dotboris/prod-guard/commit/af94d16f2ac7f6e6bf230383f423d415c0efcb87) Thanks [@dotboris](https://github.com/dotboris)! - Set minimum version of Firefox to 112. This is the first version version of Firefox to support both Manifest v3 and the `background.type` property.

    - [#1118](https://github.com/dotboris/prod-guard/pull/1118) [`4d6325b`](https://github.com/dotboris/prod-guard/commit/4d6325bc456a208584fd8badfdba78e609a21590) Thanks [@renovate](https://github.com/apps/renovate)! - Give icons accessible labels based their titles

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

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

    버전 2.0.0

    2024년 5월 5일에 출시 - 1.13 MB
    firefox 109.0a1 이상에서 작동
    ### Major Changes

    - [#1004](https://github.com/dotboris/prod-guard/pull/1004) [`54aad0d`](https://github.com/dotboris/prod-guard/commit/54aad0d0a22fcf9c08978ac6e6d3c8144abbd1c7) Thanks [@dotboris](https://github.com/dotboris)! - Migrate to Manifest v3

    This is considered a **breaking change** because a change in the web extension
    permission model might require some users to accept new permissions. To resolve
    this, **simply open the Prod Guard popup**. If you have new permissions to
    accept, you'll see a yellow warning guiding you through the process.

    The permission in question is "Access data for all websites". We use this
    permission to inject the warnings that you have configured. Note that this is
    not a new permission. In Manifest v2, this permission was granted to use
    automatically when you installed Prod Guard. In Manifest v3, browsers may no
    longer grant this permission implicitly. From our testing, we've seen this
    behavior in Firefox.

    ### Patch Changes

    - [#1092](https://github.com/dotboris/prod-guard/pull/1092) [`5bf3f7b`](https://github.com/dotboris/prod-guard/commit/5bf3f7b48369a696b490aa41e311504fd5a0b31f) Thanks [@dotboris](https://github.com/dotboris)! - Change the font family to Roboto and the font size to `16px`. Previously the font was not set and would therefore default to whatever the browser had. This ensures a more consistent look and feel across browsers and platforms.

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

    파일 다운로드
  • 버전 1.5.1

    2023년 11월 18일에 출시 - 842.62 KB
    firefox 42.0 이상에서 작동
    - Fix issue where long URL patterns would overflow off the popup. This lead to the icons next to the pattern being hidden.

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

    파일 다운로드
  • 버전 1.5.0

    2023년 11월 12일에 출시 - 841.57 KB
    firefox 42.0 이상에서 작동
    - Warning can now be toggled on & off. Warnings that are toggled off don't get injected into pages.

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

    파일 다운로드
  • 버전 1.4.0

    2023년 10월 8일에 출시 - 734.89 KB
    firefox 42.0 이상에서 작동
    Minor Changes

    #1008 bbbe2ad Thanks @dotboris! - Allow users to import data into Prod Guard. This can be done through the new settings menu. Settings are accessible in the popup by clicking the cog icon on the top right.

    #999 fcfde78 Thanks @dotboris! - Allow users to export all of Prod Guard's data. This can be done through the new settings menu. Settings are accessible in the popup by clicking the cog icon on the top right.

    Patch Changes

    #988 cd4a8c0 Thanks @dotboris! - Fix bug where internal state migration process would replace already configured settings for warnings with their default values.

    #991 16566e9 Thanks @renovate! - Update all non-major dependencies

    #998 3d1f781 Thanks @dotboris! - Fix a bug where the color fields of a warning could be set to a blank value. The color fields are now all required when creating / editing a warning.

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

    파일 다운로드
  • 버전 1.3.1

    2022년 3월 26일에 출시 - 320.65 KB
    firefox 42.0 이상에서 작동
    ## v1.3.1 - 2022-03-26

    ### Fixed

    - Fix bug where banners would stay invisible or partially visible when mouse
    leaves the window. [#774](https://github.com/dotboris/prod-guard/issues/774)

    ### Changed

    - Rename the `master` branch to `main`. This should have 0 impact on end users
    but it's worth mentioning.

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

    파일 다운로드
  • 버전 1.3.0

    2022년 3월 2일에 출시 - 319.42 KB
    firefox 42.0 이상에서 작동
    ## v1.3.0 - 2022-03-02

    ### Added

    - Top and bottom banners now automatically hide themselves when the mouse gets
    close. This allows you to see what's underneath a banner and to click or
    interact with the parts of the page that would be under the banner.

    ### Changed

    - Change internal IDs from temporary integers to permanent UUIDs. This is an
    internal change that should not have any effect on users. This change is in
    preparation for adding an import/export feature.

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

    파일 다운로드
  • 버전 1.2.0

    2021년 5월 22일에 출시 - 332.7 KB
    firefox 42.0 이상에서 작동
    - It is now possible to change the text for the "Top Banner" and "Bottom Banner" style warnings.
    - It is now possible to change the colors of all warnings.

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

    파일 다운로드
  • 버전 1.1.1

    2020년 8월 18일에 출시 - 294.87 KB
    firefox 42.0 이상에서 작동
    - Fixed major bug where loading, adding, removing, changing warnings did not
    work at all but only on the published version of the extension. It works in
    dev but it falls flat when it's published for real.

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

    파일 다운로드
  • 버전 1.1.0

    2020년 8월 16일에 출시 - 313.91 KB
    firefox 42.0 이상에서 작동
    - Added support for Chrome

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