Firefox 浏览器附加组件
  • 扩展
  • 主题
    • 适用于 Firefox
    • 字典和语言包
    • 其他浏览器网站
    • 适用于 Android 的附加组件
登录
附加组件图标

Silly Redirect for Zoom Meetings 版本历史 - 25 个版本

Silly Redirect for Zoom Meetings 作者: Edoardo Tosin

目前尚无评分
0 / 5 星
5
0
4
0
3
0
2
0
1
0
Silly Redirect for Zoom Meetings 版本历史 - 25 个版本
  • 小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。

  • 最新版本

    版本 5.1.0

    发布于 2026年8月19日 - 112.83 KB
    适用于 firefox 140.0 及更高版本, android 142.0 及更高版本
    • 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.

    源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布

    下载 Firefox 并安装扩展
    下载文件
  • 较早版本

    版本 5.0.1

    发布于 2026年8月16日 - 112.14 KB
    适用于 firefox 128.0 及更高版本
    • 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.

    源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布

    下载文件
  • 版本 4.0.0

    发布于 2023年10月3日 - 108 KB
    适用于 firefox 79.0 及更高版本
    Changed extension name due to trademark issue.

    源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.2.0

    发布于 2023年1月3日 - 107.76 KB
    适用于 firefox 79.0 及更高版本
    - Add Romanian translation.

    源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.1.0

    发布于 2023年1月2日 - 107.62 KB
    适用于 firefox 79.0 及更高版本
    Add initial multilanguage support

    源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.1

    发布于 2022年12月30日 - 93.36 KB
    适用于 firefox 79.0 及更高版本
    Fix wrong URL when starting a meeting as a host.

    源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布

    下载文件
  • 版本 3.0.0

    发布于 2022年2月15日 - 93.32 KB
    适用于 firefox 79.0 及更高版本
    - 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.

    源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布

    下载文件
  • 版本 2.8.5

    发布于 2022年1月10日 - 93.32 KB
    适用于 firefox 79.0 及更高版本
    Fixed
    - Redirecting links now include queries (like ?wpk= or ?pwd=).

    源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布

    下载文件
  • 版本 2.8.4

    发布于 2021年10月31日 - 93.31 KB
    适用于 firefox 79.0 及更高版本
    Changed:
    - Improved dashboard style.
    Fixed:
    - Hyperlinks are now clickable in chromium browsers too (require tabs permission).

    源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布

    下载文件
  • 版本 2.8.3

    发布于 2021年9月19日 - 93.04 KB
    适用于 firefox 79.0 及更高版本
    - Corrected `zoomgov.us` domain with `zoomgov.com`.
    - Match any single letter between "/*/" instead of just "/j/".

    源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布

    下载文件
  • 版本 2.8.2

    发布于 2021年9月1日 - 93.01 KB
    适用于 firefox 79.0 及更高版本
    - Changed variables inside getManifest.js to `const`.
    - Minor popup menu style changes.

    源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布

    下载文件
  • 版本 2.8.1

    发布于 2021年6月8日 - 93 KB
    适用于 firefox 79.0 及更高版本
    - Improved dashboard text readability.
    - Added extension version now present on top of the title, inside the dashboard.

    源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布

    下载文件
  • 版本 2.8.0

    发布于 2021年5月26日 - 92.21 KB
    适用于 firefox 79.0 及更高版本
    - Fixed addon not redirecting on Mozilla Firefox (issue #12).

    源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布

    下载文件
  • 版本 2.7.3

    发布于 2021年5月14日 - 92.19 KB
    适用于 firefox 79.0 及更高版本
    - Redirect to the correct page before zoom page asks to download the client.
    - Warning: redirect not fully working on Mozilla Firefox.

    源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布

    下载文件
  • 版本 2.7.1

    发布于 2021年5月13日 - 92.07 KB
    适用于 firefox 79.0 及更高版本
    - Fixed redirect function not always working

    源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布

    下载文件
  • 版本 2.7.0

    发布于 2021年5月12日 - 92.06 KB
    适用于 firefox 79.0 及更高版本
    - Support Firefox for Android
    - New extension icon
    - Minimum version of Firefox to support: 79.0
    - Improved dashboard readability
    - Fixed minor issues on Firefox

    源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布

    下载文件
  • 版本 2.6.5

    发布于 2021年4月1日 - 110.47 KB
    适用于 firefox 48.0 及更高版本
    - Updated link and text in the popup menu.
    - Added bottom margin in the popup menu.

    源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布

    下载文件
  • 版本 2.6.4

    发布于 2021年3月29日 - 110.44 KB
    适用于 firefox 48.0 及更高版本
    - Fixed cross-browser compatibility issue.

    源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布

    下载文件
  • 版本 2.6.3

    发布于 2021年3月24日 - 110.46 KB
    适用于 firefox 48.0 及更高版本
    - Fixed redirect not working after installation without opening the user interface.

    源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布

    下载文件
  • 版本 2.6.1

    发布于 2021年3月22日 - 110.4 KB
    适用于 firefox 48.0 及更高版本
    - Removed unnecessary permissions (*://*.zoom.com/* and *://*.zoomgov.com/*)

    源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布

    下载文件
  • 版本 2.6.0

    发布于 2021年3月22日 - 110.41 KB
    适用于 firefox 48.0 及更高版本
    - Implemented toggle switch to control extension redirect functionality.
    - Extension icon changes based on toggle switch status.

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.3.1

    发布于 2021年3月7日 - 50.1 KB
    适用于 firefox 48.0 及更高版本
    Fixed major issue with wrong path

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.3.0

    发布于 2021年3月7日 - 50.1 KB
    适用于 firefox 48.0 及更高版本
    Added compatibility with zoomgov.us and and zoom subdomains.

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.2.0

    发布于 2021年3月7日 - 50.34 KB
    适用于 firefox 48.0 及更高版本
    Minor fix

    源代码遵循 MIT 许可证 发布

    下载文件
  • 版本 1.1

    发布于 2021年3月4日 - 236.69 KB
    适用于 firefox 48.0 及更高版本
    Changed logo

    源代码遵循 MIT 许可证 发布

    下载文件
转至 Mozilla 主页

附加组件

  • 关于
  • Firefox 附加组件博客
  • 扩展工坊
  • 开发者中心
  • 开发者政策
  • 社区博客
  • 论坛
  • 报告缺陷
  • 评价指南

下载

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

最新版本

  • Nightly
  • Beta

商用版 Firefox

  • Enterprise

社区

  • Connect
  • Contribute
  • Developer

关注

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • 隐私
  • Cookie
  • 法律

除非另有注明,否则本网站上的内容可按知识共享 署名-相同方式共享 3.0 或更新版本使用。