Silly Redirect for Zoom Meetings 版本历史 - 25 个版本
Silly Redirect for Zoom Meetings 作者: Edoardo Tosin
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 发布
较早版本
版本 5.0.1
发布于 2026年8月16日 - 112.14 KB适用于 firefox 128.0 及更高版本- Manifest source split into
src/manifests/base.json,chrome.json, andfirefox.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_actionreplaced withaction(MV3 API).chrome.browserAction.setIconreplaced withchrome.action.setIcon(MV3 API).- Toggle state stored as a boolean instead of the legacy strings
"true"/"false". toggle.jsandgetManifest.jsmerged into a singlepopup.js.- Content script now runs at
document_startinstead ofdocument_idlefor faster redirects. - Redirect uses
window.location.replace()instead ofwindow.location.assign()to prevent a back-navigation loop to the original URL. style.jsFOUC fallback usesdocument.createElementinstead ofinsertAdjacentHTML.- 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.jsnow checks the URL before touchingchrome.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.
activeTabpermission (was never required for the extension's functionality).
- Firefox: replaced
background.service_workerwithbackground.scripts, since Firefox MV3 does not supportservice_workerand requiresscripts(array) for the background script declaration. package-lock.jsonwas gitignored despitenpm cirequiring it; the lockfile is now committed.package-lock.jsonwas stale and only listedarchiver, missingeslint,@eslint/js,globals, andmarked;npm ciwould have failed on a clean checkout. Regenerated to matchpackage.json.- Popup's version label (
#addon_version) never received its intended styling:style.csstargeted#addon-version(hyphen) while the markup usedaddon_version(underscore), so the rule silently never matched. - Firefox:
zoom.us/zoomgov.commatch patterns were declared underpermissionsinstead ofhost_permissions, whichaddons-linterrejects forstrict_min_version128.0+; moved tohost_permissionsto match the Chrome manifest.
源代码遵循 仅 GNU 宽通用公共许可证 v3.0 发布
- Manifest source split into
版本 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 许可证 发布