Modules pour le navigateur Firefox
  • Extensions
  • Thèmes
    • pour Firefox
    • Dictionnaires et paquetages linguistiques
    • Sites pour les autres navigateurs
    • Modules pour Android
Connexion
Icône du module

Historique de versions de Silly Redirect for Zoom Meetings - 25 versions

Silly Redirect for Zoom Meetings par Edoardo Tosin

Il n’y a aucune note pour l’instant
0 étoile sur 5
5
0
4
0
3
0
2
0
1
0
Historique de versions de Silly Redirect for Zoom Meetings - 25 versions
  • Attention aux anciennes versions ! Elles sont affichées seulement à des fins de test et de référence.Vous devriez toujours utiliser la dernière version d’un module complémentaire.

  • Dernière version

    Version 5.1.0

    Publié le 19 août 2026 - 112,83 Ko
    Fonctionne avec firefox 140.0 et versions supérieures, android 142.0 et versions supérieures
    • 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.

    Code source publié sous licence GNU Lesser General Public License v3.0 uniquement

    Télécharger Firefox et obtenir l’extension
    Télécharger le fichier
  • Anciennes versions

    Version 5.0.1

    Publié le 16 août 2026 - 112,14 Ko
    Fonctionne avec firefox 128.0 et versions supérieures
    • 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.

    Code source publié sous licence GNU Lesser General Public License v3.0 uniquement

    Télécharger le fichier
  • Version 4.0.0

    Publié le 3 oct. 2023 - 108 Ko
    Fonctionne avec firefox 79.0 et versions supérieures
    Changed extension name due to trademark issue.

    Code source publié sous licence GNU Lesser General Public License v3.0 uniquement

    Télécharger le fichier
  • Version 3.2.0

    Publié le 3 janv. 2023 - 107,76 Ko
    Fonctionne avec firefox 79.0 et versions supérieures
    - Add Romanian translation.

    Code source publié sous licence GNU Lesser General Public License v3.0 uniquement

    Télécharger le fichier
  • Version 3.1.0

    Publié le 2 janv. 2023 - 107,62 Ko
    Fonctionne avec firefox 79.0 et versions supérieures
    Add initial multilanguage support

    Code source publié sous licence GNU Lesser General Public License v3.0 uniquement

    Télécharger le fichier
  • Version 3.0.1

    Publié le 30 déc. 2022 - 93,36 Ko
    Fonctionne avec firefox 79.0 et versions supérieures
    Fix wrong URL when starting a meeting as a host.

    Code source publié sous licence GNU Lesser General Public License v3.0 uniquement

    Télécharger le fichier
  • Version 3.0.0

    Publié le 15 févr. 2022 - 93,32 Ko
    Fonctionne avec firefox 79.0 et versions supérieures
    - 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.

    Code source publié sous licence GNU Lesser General Public License v3.0 uniquement

    Télécharger le fichier
  • Version 2.8.5

    Publié le 10 janv. 2022 - 93,32 Ko
    Fonctionne avec firefox 79.0 et versions supérieures
    Fixed
    - Redirecting links now include queries (like ?wpk= or ?pwd=).

    Code source publié sous licence GNU Lesser General Public License v3.0 uniquement

    Télécharger le fichier
  • Version 2.8.4

    Publié le 31 oct. 2021 - 93,31 Ko
    Fonctionne avec firefox 79.0 et versions supérieures
    Changed:
    - Improved dashboard style.
    Fixed:
    - Hyperlinks are now clickable in chromium browsers too (require tabs permission).

    Code source publié sous licence GNU Lesser General Public License v3.0 uniquement

    Télécharger le fichier
  • Version 2.8.3

    Publié le 19 sept. 2021 - 93,04 Ko
    Fonctionne avec firefox 79.0 et versions supérieures
    - Corrected `zoomgov.us` domain with `zoomgov.com`.
    - Match any single letter between "/*/" instead of just "/j/".

    Code source publié sous licence GNU Lesser General Public License v3.0 uniquement

    Télécharger le fichier
  • Version 2.8.2

    Publié le 1 sept. 2021 - 93,01 Ko
    Fonctionne avec firefox 79.0 et versions supérieures
    - Changed variables inside getManifest.js to `const`.
    - Minor popup menu style changes.

    Code source publié sous licence GNU Lesser General Public License v3.0 uniquement

    Télécharger le fichier
  • Version 2.8.1

    Publié le 8 juin 2021 - 93 Ko
    Fonctionne avec firefox 79.0 et versions supérieures
    - Improved dashboard text readability.
    - Added extension version now present on top of the title, inside the dashboard.

    Code source publié sous licence GNU Lesser General Public License v3.0 uniquement

    Télécharger le fichier
  • Version 2.8.0

    Publié le 26 mai 2021 - 92,21 Ko
    Fonctionne avec firefox 79.0 et versions supérieures
    - Fixed addon not redirecting on Mozilla Firefox (issue #12).

    Code source publié sous licence GNU Lesser General Public License v3.0 uniquement

    Télécharger le fichier
  • Version 2.7.3

    Publié le 14 mai 2021 - 92,19 Ko
    Fonctionne avec firefox 79.0 et versions supérieures
    - Redirect to the correct page before zoom page asks to download the client.
    - Warning: redirect not fully working on Mozilla Firefox.

    Code source publié sous licence GNU Lesser General Public License v3.0 uniquement

    Télécharger le fichier
  • Version 2.7.1

    Publié le 13 mai 2021 - 92,07 Ko
    Fonctionne avec firefox 79.0 et versions supérieures
    - Fixed redirect function not always working

    Code source publié sous licence GNU Lesser General Public License v3.0 uniquement

    Télécharger le fichier
  • Version 2.7.0

    Publié le 12 mai 2021 - 92,06 Ko
    Fonctionne avec firefox 79.0 et versions supérieures
    - Support Firefox for Android
    - New extension icon
    - Minimum version of Firefox to support: 79.0
    - Improved dashboard readability
    - Fixed minor issues on Firefox

    Code source publié sous licence GNU Lesser General Public License v3.0 uniquement

    Télécharger le fichier
  • Version 2.6.5

    Publié le 1 avr. 2021 - 110,47 Ko
    Fonctionne avec firefox 48.0 et versions supérieures
    - Updated link and text in the popup menu.
    - Added bottom margin in the popup menu.

    Code source publié sous licence GNU Lesser General Public License v3.0 uniquement

    Télécharger le fichier
  • Version 2.6.4

    Publié le 29 mars 2021 - 110,44 Ko
    Fonctionne avec firefox 48.0 et versions supérieures
    - Fixed cross-browser compatibility issue.

    Code source publié sous licence GNU Lesser General Public License v3.0 uniquement

    Télécharger le fichier
  • Version 2.6.3

    Publié le 24 mars 2021 - 110,46 Ko
    Fonctionne avec firefox 48.0 et versions supérieures
    - Fixed redirect not working after installation without opening the user interface.

    Code source publié sous licence GNU Lesser General Public License v3.0 uniquement

    Télécharger le fichier
  • Version 2.6.1

    Publié le 22 mars 2021 - 110,4 Ko
    Fonctionne avec firefox 48.0 et versions supérieures
    - Removed unnecessary permissions (*://*.zoom.com/* and *://*.zoomgov.com/*)

    Code source publié sous licence GNU Lesser General Public License v3.0 uniquement

    Télécharger le fichier
  • Version 2.6.0

    Publié le 22 mars 2021 - 110,41 Ko
    Fonctionne avec firefox 48.0 et versions supérieures
    - Implemented toggle switch to control extension redirect functionality.
    - Extension icon changes based on toggle switch status.

    Code source publié sous licence Licence MIT

    Télécharger le fichier
  • Version 1.3.1

    Publié le 7 mars 2021 - 50,1 Ko
    Fonctionne avec firefox 48.0 et versions supérieures
    Fixed major issue with wrong path

    Code source publié sous licence Licence MIT

    Télécharger le fichier
  • Version 1.3.0

    Publié le 7 mars 2021 - 50,1 Ko
    Fonctionne avec firefox 48.0 et versions supérieures
    Added compatibility with zoomgov.us and and zoom subdomains.

    Code source publié sous licence Licence MIT

    Télécharger le fichier
  • Version 1.2.0

    Publié le 7 mars 2021 - 50,34 Ko
    Fonctionne avec firefox 48.0 et versions supérieures
    Minor fix

    Code source publié sous licence Licence MIT

    Télécharger le fichier
  • Version 1.1

    Publié le 4 mars 2021 - 236,69 Ko
    Fonctionne avec firefox 48.0 et versions supérieures
    Changed logo

    Code source publié sous licence Licence MIT

    Télécharger le fichier
Aller à la page d’accueil de Mozilla

Modules complémentaires

  • À propos
  • Blog des modules complémentaires Firefox
  • Atelier sur les extensions
  • Pôle développeur
  • Politiques à destination des développeurs
  • Blog de la communauté
  • Forum
  • Signaler un problème
  • Guide de revue

Télécharger

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

Dernières versions

  • Nightly
  • Beta

Firefox pour entreprise

  • Enterprise

Communauté

  • Connect
  • Contribute
  • Developer

Nous suivre

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Confidentialité
  • Cookies
  • Mentions légales

Sauf mention contraire, le contenu de ce site est disponible sous licence Creative Commons Attribution Share-Alike v3.0 ou toute version supérieure.