Додатки браузера Firefox
Увійти
Піктограма додатка

Історія версій Consent-O-Matic - 25 версій

Consent-O-Matic автор CAVI - Aarhus University, Midas

Оцінка 4,3 з 5
Оцінка 4,3 з 5
5
218
4
22
3
10
2
10
1
30
Історія версій Consent-O-Matic - 25 версій
  • Будьте обачні із застарілими версіями! Ці версії показано лише з метою тестування й довідки.Вам слід завжди використовувати найновішу версію додатка.

  • Найновіша версія

    Версія 1.1.5

    Випущено 17 черв 2025 р. - 96,31 КБ
    Працює з firefox 109.0 і новіше, android 120.0 і новіше
    This is a tiny bugfix release:
    * Fixed report website popup so that it now correctly remembers if you want to submit without asking for confirmation
    * Slight improvements to German translation
    * Internal improvements to the extension build system

    Програмний код випущено на умовах Ліцензія MIT

    Для використання цього розширення вам потрібен Firefox
    Завантажити Firefox
    Завантажити файл
  • Попередні версії

    Версія 1.1.3

    Випущено 2 жовт 2024 р. - 96,21 КБ
    Працює з firefox 109.0 і новіше, android 120.0 і новіше
    This release is primarily a bug-fix release:
    * Fixed typos in German UI
    * Fix a bug causing some popups not to be properly registered
    * Improve debugging log by splitting it into two flags instead of one in the development tab

    Програмний код випущено на умовах Ліцензія MIT

    Завантажити файл
  • Версія 1.1.0

    Випущено 5 черв 2024 р. - 97,4 КБ
    Працює з firefox 109.0a1 і новіше
    This release contains no feature changes but quite a few changes to the code-base in order to update to the new extension platform "manifest v3":

    * Update manifest to version 3
    * The extension automatically opens the preferences page once upon installation
    * A warning is shown on the preferences page if required permissions have not been granted

    Програмний код випущено на умовах Ліцензія MIT

    Завантажити файл
  • Версія 1.0.13

    Випущено 6 бер 2024 р. - 171,03 КБ
    Працює з firefox 62.0 і новіше, android 120.0 і новіше
    Most changes these days are in the rules. This release wraps up recently added new features and some minor bugfixes to the extension itself:

    - Support for creating rules that pierce into shadow DOM (open and closed) for popups that try to hide in there
    - Accessibility: The engine now unfocuses the last button clicked when filling out popups so focus is correctly returned to the page itself for tab'ing/space navigation
    - French language added to UI
    - Better standardized parsing of URLs
    - Added missing permission causing Firefox to fail to disable the addon on pages with popups inside iframes from a different domain.
    - Now correctly doesn't run on content that isn't HTML and also doesn't show an error
    - Slightly improved the popup UI
    - Fixes for the rule editor

    Програмний код випущено на умовах Ліцензія MIT

    Завантажити файл
  • Версія 1.0.12

    Випущено 23 лют 2023 р. - 166,1 КБ
    Працює з firefox 62.0 і новіше, android від 62.0 до 68.*
    Visual indicator as extension badge while searching/handling a CMP.

    Added option "noTimeout" to ClickAction, that if used, prevents COM from using even a setTimeout(0) after the click, this is sometimes needed for performance reasons.

    Added OnOffMatcher that has a css selector for both on and off state of a consent. This enables us to only click if the state is wrong, saving clicks, and potential performance improvement.

    Removed some left over logging, that was not behind the debugLog flag.

    Fixed a bug realted to multiple CMP searches running on top of each other.

    Added negateChildFilter option, that enables a childfilter to filter out possible targets, based on not having a specific child. (:has, is not supported in all browsers yet)

    Програмний код випущено на умовах Ліцензія MIT

    Завантажити файл
  • Версія 1.0.11

    Випущено 25 лист 2022 р. - 164,57 КБ
    Працює з firefox 62.0 і новіше, android від 62.0 до 68.*
    Added "Display" settings tab, with choice of popup hide style
    Renamed "Debug" settings tab to "Dev" and made it not hidden.
    Added new matcher "URLMatcher" that matches on URL.
    Various small bug fixes.
    Small translation changes.

    Програмний код випущено на умовах Ліцензія MIT

    Завантажити файл
  • Версія 1.0.10

    Випущено 16 вер 2022 р. - 161,23 КБ
    Працює з firefox 62.0 і новіше, android від 62.0 до 68.*
    Important bugfix release

    Fixed a bug in the translation system causing it to attempt to translate the internet instead of only the internal extension pages.
    Added support for a new rule condition checking if a user wants to give no consent whatsoever.

    Програмний код випущено на умовах Ліцензія MIT

    Завантажити файл
  • Версія 1.0.9

    Випущено 16 вер 2022 р. - 161,04 КБ
    Працює з firefox 62.0 і новіше, android від 62.0 до 68.*
    Changed how often rule lists are updated. Now checks every 22-48 hours instead of every 15min.
    Changed the behaviour of PiP mode, to start clicking faster and faster, the longer it lasts.
    Added some scroll hijack prevention, to try and enable most sites to scroll while CoM is doing its job.
    Disabling CoM on a page where the popup runs in an iframe from another domain, should now be working.
    Added a new multiclick action to be used in rule.
    Fixed some debug messages.

    Програмний код випущено на умовах Ліцензія MIT

    Завантажити файл
  • Версія 1.0.8

    Випущено 1 лип 2022 р. - 159,65 КБ
    Працює з firefox 62.0 і новіше, android від 62.0 до 68.*
    Fixed bug where new PictureInPicture popup does not dissapear.

    Added more new actions, RunMethod and RunRooted.

    Програмний код випущено на умовах Ліцензія MIT

    Завантажити файл
  • Версія 1.0.4

    Випущено 27 черв 2022 р. - 158,3 КБ
    Працює з firefox 57.0 і новіше, android від 57.0 до 68.*
    New PictureInPicture mode, tries to be less obstructive while handling CMP's. Which means you can continue to browse. Not supported on all rules yet.

    Added a new action ifallowall, to allow handling CMP's that only have allow/reject all. The new action can be used to do something based on if the user has all consents allowed, or not.

    Various other small fixes.

    Програмний код випущено на умовах Ліцензія MIT

    Завантажити файл
  • Версія 1.0.3

    Випущено 21 черв 2022 р. - 152,67 КБ
    Працює з firefox 57.0 і новіше, android від 57.0 до 68.*
    Added better support for keyboard navigation in options, and also better screen reader support.

    Fixed an error that is displayed when using a rule with the new $schema field.

    Програмний код випущено на умовах Ліцензія MIT

    Завантажити файл
  • Версія 1.0.2

    Випущено 27 квіт 2022 р. - 147,88 КБ
    Працює з firefox 57.0 і новіше, android від 57.0 до 68.*
    Mostly bugfixes but there are a few new minor features in this release:

    Rules can now have multiple detectors
    Slightly improved help text in iOS to help enable the extension in the settings and allow it to run on all pages
    License added in the About UI
    Correct settings for approval of MacOS version in App Store

    Програмний код випущено на умовах Ліцензія MIT

    Завантажити файл
  • Версія 1.0.0

    Випущено 5 квіт 2022 р. - 146,08 КБ
    Працює з firefox 57.0 і новіше, android від 57.0 до 68.*
    Translation system, now the addon is available in English, German and Danish.

    Updated lots of rules.

    Better performance on pages with lots of dom mutations.

    New improved stats page, that shows number of clicks saved.

    Lots of other small changes and fixes.

    Програмний код випущено на умовах Ліцензія MIT

    Завантажити файл
  • Версія 0.9.4

    Випущено 7 трав 2021 р. - 64,34 КБ
    Працює з firefox 57.0 і новіше

    Програмний код випущено на умовах Усі права захищені

    Завантажити файл
  • Версія 0.9.3

    Випущено 31 бер 2021 р. - 64,3 КБ
    Працює з firefox 57.0 і новіше
    Removed dependency of dialogPolyFill, to hopefully fix compatability issues.

    Програмний код випущено на умовах Усі права захищені

    Завантажити файл
  • Версія 0.9.2

    Випущено 27 лют 2020 р. - 73,1 КБ
    Працює з firefox 57.0 і новіше, android від 57.0 до 68.*
    Removed debugging with console.log

    Програмний код випущено на умовах Усі права захищені

    Завантажити файл
  • Версія 0.9.1

    Випущено 16 лют 2020 р. - 73,17 КБ
    Працює з firefox 57.0 і новіше, android від 57.0 до 68.*

    Програмний код випущено на умовах Усі права захищені

    Завантажити файл
  • Версія 0.9

    Випущено 15 лют 2020 р. - 73,16 КБ
    Працює з firefox 57.0 і новіше, android від 57.0 до 68.*

    Програмний код випущено на умовах Усі права захищені

    Завантажити файл
  • Версія 0.8

    Випущено 11 лют 2020 р. - 73,02 КБ
    Працює з firefox 57.0 і новіше, android від 57.0 до 68.*
    Added rules editor within the addon, so new rules can be written without knowledge of JSON.

    Програмний код випущено на умовах Усі права захищені

    Завантажити файл
  • Версія 0.7

    Випущено 4 лют 2020 р. - 70,72 КБ
    Працює з firefox 57.0 і новіше, android від 57.0 до 68.*
    Support for hiding GDPR popup while add-on is doing stuff, only enabled for some CMP's.

    Програмний код випущено на умовах Усі права захищені

    Завантажити файл
  • Версія 0.6

    Випущено 21 січ 2020 р. - 46,19 КБ
    Працює з firefox 57.0 і новіше, android від 57.0 до 68.*
    Small changes to the rules engine. Added WaitAction rule.

    Програмний код випущено на умовах Усі права захищені

    Завантажити файл
  • Версія 0.5.1

    Випущено 17 січ 2020 р. - 46,13 КБ
    Працює з firefox 57.0 і новіше, android від 57.0 до 68.*
    Added a confirm dialog when submitting a non handled page.

    Fixed some layout bugs on firefox-android.

    Програмний код випущено на умовах Усі права захищені

    Завантажити файл
  • Версія 0.5

    Випущено 16 січ 2020 р. - 46 КБ
    Працює з firefox 57.0 і новіше, android від 57.0 до 68.*
    Updated some features in the Rules engine.

    Added author and homepage_url.

    Програмний код випущено на умовах Усі права захищені

    Завантажити файл
  • Версія 0.4

    Випущено 20 груд 2019 р. - 45,9 КБ
    Працює з firefox 57.0 і новіше
    Removed debugging telemetry.

    Програмний код випущено на умовах Усі права захищені

    Завантажити файл
  • Версія 0.3

    Випущено 20 груд 2019 р. - 46,32 КБ
    Працює з firefox 57.0 і новіше
    General changes to the rules engine.

    Програмний код випущено на умовах Усі права захищені

    Завантажити файл
Перейти на домівку Mozilla

Додатки

  • Про
  • Блог додатків Firefox
  • Семінар з розширень
  • Центр розробника
  • Політики розробників
  • Блог спільноти
  • Форум
  • Повідомити про помилку
  • Настанови з написання відгуків

Браузери

  • Desktop
  • Mobile
  • Enterprise

Продукти

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Bluesky (@firefox.com)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Приватність
  • Файли cookie
  • Правові положення

За винятком випадків зазначених тут, вміст цього сайту ліцензовано на умовах ліцензії Creative Commons Attribution Share-Alike License v3.0, або будь-якою новішою версією.