Dodatki do przeglądarki Firefox
  • Rozszerzenia
  • Motywy
    • do Firefoksa
    • Słowniki i pakiety językowe
    • Inne strony
    • Dodatki na Androida
Zaloguj się
Ikona dodatku

Historia wersji dodatku WebAPI Manager — 25 wersji

WebAPI Manager Autor: Peter Snyder

Ocena: 4,9/5
4,9 gwiazdek/5
5
17
4
1
3
0
2
0
1
0
Historia wersji dodatku WebAPI Manager — 25 wersji
  • Zachowaj ostrożność podczas używania starych wersji! Są one wyświetlane w celach testowych i historycznych.Zawsze powinno używać się najnowszej wersji dodatku.

  • Najnowsza wersja

    Wersja 0.9.28resigned1

    Data wydania: 25 kwi 2024 — 383,15 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 68.*

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Potrzebujesz Firefoksa, aby używać tego rozszerzenia
    Pobierz Firefoksa i to rozszerzenie
    Pobierz plik
  • Poprzednie wersje

    Wersja 0.9.27

    Data wydania: 14 lut 2018 — 374,07 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 68.*
    - Added ability to edit match patterns for existing rules (issue #76)

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.26

    Data wydania: 14 lut 2018 — 371,73 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 68.*
    - correct template saving across sessions, fixes #77

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.25

    Data wydania: 13 lut 2018 — 371,56 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 68.*
    - correct deployment error in 0.9.24

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.24

    Data wydania: 13 lut 2018 — 369,52 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 68.*
    - add ability to block specific features, without blocking the entire standard (fixes #74)
    - many small cleanups and minor bugfixes

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.23

    Data wydania: 11 lut 2018 — 369,66 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 68.*
    - correct migration code error when starting up with an empty profile (fixes #70)
    - correct bootstrap4 styling / compatibility (fixes #74)

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.22

    Data wydania: 9 lut 2018 — 369,56 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 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

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.21

    Data wydania: 9 sty 2018 — 366,92 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 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…

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.20

    Data wydania: 31 gru 2017 — 366,11 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 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)

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.19

    Data wydania: 25 gru 2017 — 364,07 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 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)

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.17

    Data wydania: 13 gru 2017 — 357,9 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 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

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.16

    Data wydania: 13 gru 2017 — 357,64 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 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

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.15

    Data wydania: 5 gru 2017 — 240,26 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 68.*
    - Fix support for blocking console api (fixes #47)

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.14

    Data wydania: 3 gru 2017 — 240,29 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 68.*
    - add categorization of standards, clean up standard definitions (fixes #13)
    - prevent sites from interfering with standard logging (fixes #45)

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.13

    Data wydania: 29 lis 2017 — 238,99 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 68.*
    * Add WebGL2.0 standard (issue #41)
    * Fix bug when trying to block properties in Fullscreen standard (#40)

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.12

    Data wydania: 13 lis 2017 — 238,46 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 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

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.10

    Data wydania: 11 lis 2017 — 235,61 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 68.*
    - Reworking build process to make all source available to reviewers

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.8

    Data wydania: 3 lis 2017 — 312,14 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 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

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.7

    Data wydania: 31 paź 2017 — 311,67 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 68.*
    - Add ability to block the Payment Request API (thanks @gansukhben !)
    - Updated standards definitions to account for more webkit and moz prefixed methods

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.6

    Data wydania: 28 paź 2017 — 311,31 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 68.*
    - Fix issue with importing configuration rules (https://github.com/snyderp/web-api-manager/issues/26)

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.5

    Data wydania: 28 paź 2017 — 311,3 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 68.*
    - Add import / export functionality to the configuration page
    - Small build system clean ups and improvements to the test runner

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.4

    Data wydania: 26 paź 2017 — 309,14 KB
    Działa z: firefox 52.0 i nowsze, android 52.0 do 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

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.3

    Data wydania: 23 paź 2017 — 308,19 KB
    Działa z: firefox 54.0 i nowsze, android 54.0 do 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.)

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.2

    Data wydania: 22 paź 2017 — 307,48 KB
    Działa z: firefox 48.0 i nowsze, android 48.0 do 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

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
  • Wersja 0.9.1

    Data wydania: 18 paź 2017 — 356,82 KB
    Działa z: firefox 48.0 i nowsze, android 48.0 do 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

    Licencja kodu źródłowego: Tylko GNU General Public License v3.0

    Pobierz plik
Strona domowa Mozilli

Dodatki

  • O serwisie
  • Blog dodatków do Firefoksa
  • Warsztat rozszerzeń
  • Strefa autora
  • Zasady programistów
  • Blog społeczności
  • Forum
  • Zgłoś błąd
  • Wytyczne recenzji

Przeglądarki

  • Desktop
  • Mobile
  • Enterprise

Produkty

  • Browsers
  • VPN
  • Relay
  • Monitor
  • Pocket
  • Twitter (@firefox)
  • Instagram (Firefox)
  • YouTube (firefoxchannel)
  • Prywatność
  • Ciasteczka
  • Kwestie prawne

O ile nie wskazano inaczej, treść tej strony jest dostępna na warunkach licencji Creative Commons Attribution Share-Alike w wersji 3.0 lub nowszej.