Дополнения для браузера Firefox
  • Расширения
  • Темы
    • для Firefox
    • Словари и языковые пакеты
    • Другие версии браузера
    • Дополнения для Android
Войти
Значок дополнения

История версий «WebAPI Manager» – 25 версий

WebAPI Manager от Peter Snyder

Оценено на 4,9 из 5
Оценено на 4,9 из 5
5
17
4
1
3
0
2
0
1
0
История версий «WebAPI Manager» – 25 версий
  • Будьте осторожны со старыми версиями! Эти версии отображаются только для сведения и в целях тестирования.Вы всегда должны использовать последнюю версию дополнения.

  • Последняя версия

    Версия 0.9.28resigned1

    Выпущено 25 апр. 2024 г. — 383,15 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать Firefox и установить расширение
    Скачать файл
  • Старые версии

    Версия 0.9.27

    Выпущено 14 февр. 2018 г. — 374,07 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    - Added ability to edit match patterns for existing rules (issue #76)

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.26

    Выпущено 14 февр. 2018 г. — 371,73 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    - correct template saving across sessions, fixes #77

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.25

    Выпущено 13 февр. 2018 г. — 371,56 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    - correct deployment error in 0.9.24

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.24

    Выпущено 13 февр. 2018 г. — 369,52 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    - add ability to block specific features, without blocking the entire standard (fixes #74)
    - many small cleanups and minor bugfixes

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.23

    Выпущено 11 февр. 2018 г. — 369,66 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    - correct migration code error when starting up with an empty profile (fixes #70)
    - correct bootstrap4 styling / compatibility (fixes #74)

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.22

    Выпущено 9 февр. 2018 г. — 369,56 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    - fix compatibility with some CSP headers
    - add ability to block cross frame access, and default to no (prior version defaulted this to yes, with no option to disable) (issue #73)
    - updated bootstrap to 4.0.0

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.21

    Выпущено 9 янв. 2018 г. — 366,92 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    - add ability to create re-apply-able template of standards to block (fixes #64)
    - minor improvement to the build process to keep from accidentally skipping version numbers again…

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.20

    Выпущено 31 дек. 2017 г. — 366,11 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    - fix issue with chrome's non-standard webNavigation.getAllFrames API that caused issues on non-FF browsers (issue #63)
    - add passive logging mode, that allows seeing all functionality a page uses w/o blocking (issue #22)
    - fix some lingering issues with migration of old settings to new internal representation that caused errors on the preferences page
    - Performance improvement by using Web Extensions API to determine frames on the page (issue #61)

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.19

    Выпущено 25 дек. 2017 г. — 364,07 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    - no longer inject script to query available frames, use the WebExtension APIs instead (fixes #61)
    - way more than just converting to numeric std ids, and adding migration routines, but that too (fixes #59)
    - prevent access to the DOM of frames opened via window.open / window.opener, related tests (fixes #39)

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.17

    Выпущено 13 дек. 2017 г. — 357,9 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    Changes
    ---
    - (this release is mostly a minor, quick correction to a small bug)
    - Fix some broken pages by minimizing the modifications the extension makes of pages where there are no blocking rules in place (issue 49)
    - Completely redesigned logging system. Instead of using console log, the extension allows users to view reports of blocked functionality
    - Many other related code cleanups and tests, to keep things moving smoothly going forward

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.16

    Выпущено 13 дек. 2017 г. — 357,64 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    - Fix some broken pages by minimizing the modifications the extension makes of pages where there are no blocking rules in place (issue 49)
    - Completely redesigned logging system. Instead of using console log, the extension allows users to view reports of blocked functionality
    - Many other related code cleanups and tests, to keep things moving smoothly going foward

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.15

    Выпущено 5 дек. 2017 г. — 240,26 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    - Fix support for blocking console api (fixes #47)

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.14

    Выпущено 3 дек. 2017 г. — 240,29 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    - add categorization of standards, clean up standard definitions (fixes #13)
    - prevent sites from interfering with standard logging (fixes #45)

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.13

    Выпущено 29 нояб. 2017 г. — 238,99 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    * Add WebGL2.0 standard (issue #41)
    * Fix bug when trying to block properties in Fullscreen standard (#40)

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.12

    Выпущено 13 нояб. 2017 г. — 238,46 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    - updated browser action / popup, including ability to toggle "allow all" / "use default rules" for each domain from the popup
    - added WebSpeech, WebUSB, and WebVR standards (thanks @bengansukh and @elliott-beach!)
    - added WebSpeech, WebUSB, WebVR and WebVTT to lite and conservative blocking sets

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.10

    Выпущено 11 нояб. 2017 г. — 235,61 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    - Reworking build process to make all source available to reviewers

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.8

    Выпущено 3 нояб. 2017 г. — 312,14 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    - Relaxing domain pattern matching rules, so that a rule like '*.example.com' matches 'example.com'
    - Added WebUSB to set of blockable standards (thanks @bengansukh!)
    - Fix issue where pages could block in an infinite loop if sites used blocked features in certain patterns

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.7

    Выпущено 31 окт. 2017 г. — 311,67 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    - Add ability to block the Payment Request API (thanks @gansukhben !)
    - Updated standards definitions to account for more webkit and moz prefixed methods

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.6

    Выпущено 28 окт. 2017 г. — 311,31 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    - Fix issue with importing configuration rules (https://github.com/snyderp/web-api-manager/issues/26)

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.5

    Выпущено 28 окт. 2017 г. — 311,3 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    - Add import / export functionality to the configuration page
    - Small build system clean ups and improvements to the test runner

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.4

    Выпущено 26 окт. 2017 г. — 309,14 КБ
    Работает с firefox 52.0 и выше, android 52.0-68.*
    - Block parent frame access to child frames' windows, to prevent other methods of accessing blocked functionality
    - Add Vibration API to Lite blocking set
    - Improve blocked feature logging, including the name of the standard that was blocked in the log

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.3

    Выпущено 23 окт. 2017 г. — 308,19 КБ
    Работает с firefox 54.0 и выше, android 54.0-68.*
    - Fixed issue logging into some sites, and with other scripts executing on pages, from an issue with unnecessarily modifying the CSP header (https://github.com/snyderp/web-api-manager/issues/11)
    - Minor cosmetic improvement to the popup / browser action dialog (https://github.com/snyderp/web-api-manager/issues/10)
    - Move extension settings to sync between browser versions (https://github.com/snyderp/web-api-manager/issues/12)
    - Improved development side of things (Facebook login unit test, CSP unit test, dead code removal, etc.)

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.2

    Выпущено 22 окт. 2017 г. — 307,48 КБ
    Работает с firefox 48.0 и выше, android 48.0-68.*
    - Fixed cookie related issues in FF that prevented logging into sites
    - Corrected minor issue in the config panel that showed the deleted domain, instead of the selected domain, when deleting a rule
    - Refactored code significantly (added test suite and removed development related files from the extension, to keep things smaller)
    - Made management of the "what standards to disable" cookie tighter, to prevent certain types of finger printing attacks

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
  • Версия 0.9.1

    Выпущено 18 окт. 2017 г. — 356,82 КБ
    Работает с firefox 48.0 и выше, android 48.0-68.*
    * Fixed issue that caused issues pushing the set of standards to block to the client scripts because of setting two cookies in the background script.
    * Internal code clean up and documentation

    Исходный код выпущен на условиях: Только Стандартная общественная лицензия GNU v3.0

    Скачать файл
Перейти на домашнюю страницу Mozilla

Дополнения

  • О сайте
  • Блог дополнений для Firefox
  • Мастерская расширений
  • Центр разработчика
  • Политики разработчика
  • Блог Сообщества
  • Форум
  • Сообщить об ошибке
  • Руководство по написанию отзывов

Скачать

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

Последние сборки

  • Nightly
  • Beta

Firefox для бизнеса

  • Enterprise

Сообщество

  • Connect
  • Contribute
  • Developer

Подписаться

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Приватность
  • Куки
  • Юридическая информация

За исключением случаев, описанных здесь, содержимое этого сайта лицензировано на условиях лицензии Creative Commons «Атрибуция — На тех же условиях» версии 3.0 или любой более поздней версии.