Πρόσθετα προγράμματος περιήγησης 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

    Κυκλοφόρησε στις 12 Μαϊ 2024 - 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

    Κυκλοφόρησε στις 5 Μαϊ 2024 - 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

    Κυκλοφόρησε στις 18 Νοε 2023 - 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

    Κυκλοφόρησε στις 12 Νοε 2023 - 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

    Κυκλοφόρησε στις 8 Οκτ 2023 - 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

    Κυκλοφόρησε στις 26 Μαρ 2022 - 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

    Κυκλοφόρησε στις 2 Μαρ 2022 - 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

    Κυκλοφόρησε στις 22 Μαϊ 2021 - 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

    Κυκλοφόρησε στις 18 Αυγ 2020 - 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

    Κυκλοφόρησε στις 16 Αυγ 2020 - 313,91 KB
    Λειτουργεί με firefox 42.0 και νεότερα
    - Added support for Chrome

    Ο πηγαίος κώδικας εκδόθηκε υπό την άδεια Άδεια MIT

    Λήψη αρχείου
Μετάβαση στην αρχική σελίδα της Mozilla

Πρόσθετα

  • Σχετικά
  • Blog προσθέτων Firefox
  • Εργαστήριο επεκτάσεων
  • Κέντρο προγραμματιστών
  • Πολιτικές προγραμματιστών
  • Blog κοινότητας
  • Φόρουμ
  • Αναφορά σφάλματος
  • Οδηγίες κριτικής

Προγράμματα περιήγησης

  • Desktop
  • Mobile
  • Enterprise

Προϊόντα

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Απόρρητο
  • Cookie
  • Νομικά

Εκτός από τα μέρη όπου αναφέρεται διαφορετικά, το περιεχόμενο του ιστοτόπου υπόκειται στην άδεια Creative Commons Attribution Share-Alike License v3.0 ή τυχόν νεότερες εκδόσεις.