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 Silly Redirect for Zoom Meetings — 25 wersji

Silly Redirect for Zoom Meetings Autor: Edoardo Tosin

Nie ma jeszcze ocen
0 gwiazdek/5
5
0
4
0
3
0
2
0
1
0
Historia wersji dodatku Silly Redirect for Zoom Meetings — 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 5.1.0

    Data wydania: 19 sie 2026 — 112,83 KB
    Działa z: firefox 140.0 i nowsze, android 142.0 i nowsze
    • Declared data collection as "none" — Firefox now requires every extension to declare its data collection permissions, and this extension collects nothing.
    • Raised the minimum Firefox version to 140.0 (142.0 on Android), the versions that added support for that data collection declaration.
    • Fixed the popup title not wrapping onto two lines as intended; the popup now has a fixed, compact width instead of stretching to fit the title on one line.
    • Fixed footer links (changelog, issue tracker, source code) briefly navigating the popup itself before opening in a new tab.

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

    Pobierz Firefoksa i to rozszerzenie
    Pobierz plik
  • Poprzednie wersje

    Wersja 5.0.1

    Data wydania: 16 sie 2026 — 112,14 KB
    Działa z: firefox 128.0 i nowsze
    • Manifest source split into src/manifests/base.json, chrome.json, and firefox.json (shared permissions/config with per-browser overrides).
    • Background script (background.js) that initialises the default toggle state on install and migrates legacy string values to booleans on update.
    • Meeting ID format validation (10-11 decimal digits, matching Zoom's documented meeting ID formats) before performing a redirect.
    • Upgraded Firefox build from Manifest V2 to Manifest V3.
    • Minimum Firefox version raised from 79.0 to 128.0 (required for Manifest V3 support).
    • browser_action replaced with action (MV3 API).
    • chrome.browserAction.setIcon replaced with chrome.action.setIcon (MV3 API).
    • Toggle state stored as a boolean instead of the legacy strings "true" / "false".
    • toggle.js and getManifest.js merged into a single popup.js.
    • Content script now runs at document_start instead of document_idle for faster redirects.
    • Redirect uses window.location.replace() instead of window.location.assign() to prevent a back-navigation loop to the original URL.
    • style.js FOUC fallback uses document.createElement instead of insertAdjacentHTML.
    • Extension's store description rewritten to describe the actual behaviour (automating Zoom's "Join from your browser" link) instead of the vaguer "redirects meetings to the web client" framing.
    • redirect.js now checks the URL before touching chrome.storage, instead of the other way around: the content script runs on every Zoom page (not just join/start links), so most page loads no longer trigger a storage read at all.
    • Manifest V2 support.
    • activeTab permission (was never required for the extension's functionality).
    • Firefox: replaced background.service_worker with background.scripts, since Firefox MV3 does not support service_worker and requires scripts (array) for the background script declaration.
    • package-lock.json was gitignored despite npm ci requiring it; the lockfile is now committed.
    • package-lock.json was stale and only listed archiver, missing eslint, @eslint/js, globals, and marked; npm ci would have failed on a clean checkout. Regenerated to match package.json.
    • Popup's version label (#addon_version) never received its intended styling: style.css targeted #addon-version (hyphen) while the markup used addon_version (underscore), so the rule silently never matched.
    • Firefox: zoom.us/zoomgov.com match patterns were declared under permissions instead of host_permissions, which addons-linter rejects for strict_min_version 128.0+; moved to host_permissions to match the Chrome manifest.

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

    Pobierz plik
  • Wersja 4.0.0

    Data wydania: 3 paź 2023 — 108 KB
    Działa z: firefox 79.0 i nowsze
    Changed extension name due to trademark issue.

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

    Pobierz plik
  • Wersja 3.2.0

    Data wydania: 3 sty 2023 — 107,76 KB
    Działa z: firefox 79.0 i nowsze
    - Add Romanian translation.

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

    Pobierz plik
  • Wersja 3.1.0

    Data wydania: 2 sty 2023 — 107,62 KB
    Działa z: firefox 79.0 i nowsze
    Add initial multilanguage support

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

    Pobierz plik
  • Wersja 3.0.1

    Data wydania: 30 gru 2022 — 93,36 KB
    Działa z: firefox 79.0 i nowsze
    Fix wrong URL when starting a meeting as a host.

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

    Pobierz plik
  • Wersja 3.0.0

    Data wydania: 15 lut 2022 — 93,32 KB
    Działa z: firefox 79.0 i nowsze
    - Changed extension name due to a trademark issue.
    - Improved matching meeting url.
    - Added "Enable/Disabled" info to toggle switch when hovering.
    - Changed repository name and relative page links.

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

    Pobierz plik
  • Wersja 2.8.5

    Data wydania: 10 sty 2022 — 93,32 KB
    Działa z: firefox 79.0 i nowsze
    Fixed
    - Redirecting links now include queries (like ?wpk= or ?pwd=).

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

    Pobierz plik
  • Wersja 2.8.4

    Data wydania: 31 paź 2021 — 93,31 KB
    Działa z: firefox 79.0 i nowsze
    Changed:
    - Improved dashboard style.
    Fixed:
    - Hyperlinks are now clickable in chromium browsers too (require tabs permission).

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

    Pobierz plik
  • Wersja 2.8.3

    Data wydania: 19 wrz 2021 — 93,04 KB
    Działa z: firefox 79.0 i nowsze
    - Corrected `zoomgov.us` domain with `zoomgov.com`.
    - Match any single letter between "/*/" instead of just "/j/".

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

    Pobierz plik
  • Wersja 2.8.2

    Data wydania: 1 wrz 2021 — 93,01 KB
    Działa z: firefox 79.0 i nowsze
    - Changed variables inside getManifest.js to `const`.
    - Minor popup menu style changes.

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

    Pobierz plik
  • Wersja 2.8.1

    Data wydania: 8 cze 2021 — 93 KB
    Działa z: firefox 79.0 i nowsze
    - Improved dashboard text readability.
    - Added extension version now present on top of the title, inside the dashboard.

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

    Pobierz plik
  • Wersja 2.8.0

    Data wydania: 26 maj 2021 — 92,21 KB
    Działa z: firefox 79.0 i nowsze
    - Fixed addon not redirecting on Mozilla Firefox (issue #12).

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

    Pobierz plik
  • Wersja 2.7.3

    Data wydania: 14 maj 2021 — 92,19 KB
    Działa z: firefox 79.0 i nowsze
    - Redirect to the correct page before zoom page asks to download the client.
    - Warning: redirect not fully working on Mozilla Firefox.

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

    Pobierz plik
  • Wersja 2.7.1

    Data wydania: 13 maj 2021 — 92,07 KB
    Działa z: firefox 79.0 i nowsze
    - Fixed redirect function not always working

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

    Pobierz plik
  • Wersja 2.7.0

    Data wydania: 12 maj 2021 — 92,06 KB
    Działa z: firefox 79.0 i nowsze
    - Support Firefox for Android
    - New extension icon
    - Minimum version of Firefox to support: 79.0
    - Improved dashboard readability
    - Fixed minor issues on Firefox

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

    Pobierz plik
  • Wersja 2.6.5

    Data wydania: 1 kwi 2021 — 110,47 KB
    Działa z: firefox 48.0 i nowsze
    - Updated link and text in the popup menu.
    - Added bottom margin in the popup menu.

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

    Pobierz plik
  • Wersja 2.6.4

    Data wydania: 29 mar 2021 — 110,44 KB
    Działa z: firefox 48.0 i nowsze
    - Fixed cross-browser compatibility issue.

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

    Pobierz plik
  • Wersja 2.6.3

    Data wydania: 24 mar 2021 — 110,46 KB
    Działa z: firefox 48.0 i nowsze
    - Fixed redirect not working after installation without opening the user interface.

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

    Pobierz plik
  • Wersja 2.6.1

    Data wydania: 22 mar 2021 — 110,4 KB
    Działa z: firefox 48.0 i nowsze
    - Removed unnecessary permissions (*://*.zoom.com/* and *://*.zoomgov.com/*)

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

    Pobierz plik
  • Wersja 2.6.0

    Data wydania: 22 mar 2021 — 110,41 KB
    Działa z: firefox 48.0 i nowsze
    - Implemented toggle switch to control extension redirect functionality.
    - Extension icon changes based on toggle switch status.

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 1.3.1

    Data wydania: 7 mar 2021 — 50,1 KB
    Działa z: firefox 48.0 i nowsze
    Fixed major issue with wrong path

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 1.3.0

    Data wydania: 7 mar 2021 — 50,1 KB
    Działa z: firefox 48.0 i nowsze
    Added compatibility with zoomgov.us and and zoom subdomains.

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 1.2.0

    Data wydania: 7 mar 2021 — 50,34 KB
    Działa z: firefox 48.0 i nowsze
    Minor fix

    Licencja kodu źródłowego: Licencja MIT

    Pobierz plik
  • Wersja 1.1

    Data wydania: 4 mar 2021 — 236,69 KB
    Działa z: firefox 48.0 i nowsze
    Changed logo

    Licencja kodu źródłowego: Licencja MIT

    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

Pobieranie

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

Najnowsze kompilacje

  • Nightly
  • Beta

Firefox dla firm

  • Enterprise

Społeczność

  • Connect
  • Contribute
  • Developer

Obserwuj nas

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • 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.