Historik versionesh për Silly Redirect for Zoom Meetings - 25 versione
Silly Redirect for Zoom Meetings nga Edoardo Tosin
Bëni kujdes me versione të vjetër! Këto versione shfaqen për qëllime testimi dhe si referencë.Duhet të përdorni përherë versionin më të ri të një shtese.
Versioni më i ri
Version 5.1.0
Hedhur në qarkullim më 19 Gus 2026 - 112,83 KBFunksionon me firefox 140.0 dhe më të freskët, android 142.0 dhe më të freskët- 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.
Kod burim i hedhur në qarkullim sipas Vetëm GNU Lesser General Public License v3.0
Versione të vjetër
Version 5.0.1
Hedhur në qarkullim më 16 Gus 2026 - 112,14 KBFunksionon me firefox 128.0 dhe më të freskët- 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.
Kod burim i hedhur në qarkullim sipas Vetëm GNU Lesser General Public License v3.0
- Manifest source split into
Version 4.0.0
Hedhur në qarkullim më 3 Tet 2023 - 108 KBFunksionon me firefox 79.0 dhe më të freskëtChanged extension name due to trademark issue.Kod burim i hedhur në qarkullim sipas Vetëm GNU Lesser General Public License v3.0
Version 3.2.0
Hedhur në qarkullim më 3 Jan 2023 - 107,76 KBFunksionon me firefox 79.0 dhe më të freskët- Add Romanian translation.Kod burim i hedhur në qarkullim sipas Vetëm GNU Lesser General Public License v3.0
Version 3.1.0
Hedhur në qarkullim më 2 Jan 2023 - 107,62 KBFunksionon me firefox 79.0 dhe më të freskëtAdd initial multilanguage supportKod burim i hedhur në qarkullim sipas Vetëm GNU Lesser General Public License v3.0
Version 3.0.1
Hedhur në qarkullim më 30 Dhj 2022 - 93,36 KBFunksionon me firefox 79.0 dhe më të freskëtFix wrong URL when starting a meeting as a host.Kod burim i hedhur në qarkullim sipas Vetëm GNU Lesser General Public License v3.0
Version 3.0.0
Hedhur në qarkullim më 15 Shk 2022 - 93,32 KBFunksionon me firefox 79.0 dhe më të freskët- 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.Kod burim i hedhur në qarkullim sipas Vetëm GNU Lesser General Public License v3.0
Version 2.8.5
Hedhur në qarkullim më 10 Jan 2022 - 93,32 KBFunksionon me firefox 79.0 dhe më të freskëtFixed
- Redirecting links now include queries (like ?wpk= or ?pwd=).Kod burim i hedhur në qarkullim sipas Vetëm GNU Lesser General Public License v3.0
Version 2.8.4
Hedhur në qarkullim më 31 Tet 2021 - 93,31 KBFunksionon me firefox 79.0 dhe më të freskëtChanged:
- Improved dashboard style.
Fixed:
- Hyperlinks are now clickable in chromium browsers too (require tabs permission).Kod burim i hedhur në qarkullim sipas Vetëm GNU Lesser General Public License v3.0
Version 2.8.3
Hedhur në qarkullim më 19 Sht 2021 - 93,04 KBFunksionon me firefox 79.0 dhe më të freskët- Corrected `zoomgov.us` domain with `zoomgov.com`.
- Match any single letter between "/*/" instead of just "/j/".Kod burim i hedhur në qarkullim sipas Vetëm GNU Lesser General Public License v3.0
Version 2.8.2
Hedhur në qarkullim më 1 Sht 2021 - 93,01 KBFunksionon me firefox 79.0 dhe më të freskët- Changed variables inside getManifest.js to `const`.
- Minor popup menu style changes.Kod burim i hedhur në qarkullim sipas Vetëm GNU Lesser General Public License v3.0
Version 2.8.1
Hedhur në qarkullim më 8 Qer 2021 - 93 KBFunksionon me firefox 79.0 dhe më të freskët- Improved dashboard text readability.
- Added extension version now present on top of the title, inside the dashboard.Kod burim i hedhur në qarkullim sipas Vetëm GNU Lesser General Public License v3.0
Version 2.8.0
Hedhur në qarkullim më 26 Maj 2021 - 92,21 KBFunksionon me firefox 79.0 dhe më të freskët- Fixed addon not redirecting on Mozilla Firefox (issue #12).Kod burim i hedhur në qarkullim sipas Vetëm GNU Lesser General Public License v3.0
Version 2.7.3
Hedhur në qarkullim më 14 Maj 2021 - 92,19 KBFunksionon me firefox 79.0 dhe më të freskët- Redirect to the correct page before zoom page asks to download the client.
- Warning: redirect not fully working on Mozilla Firefox.Kod burim i hedhur në qarkullim sipas Vetëm GNU Lesser General Public License v3.0
Version 2.7.1
Hedhur në qarkullim më 13 Maj 2021 - 92,07 KBFunksionon me firefox 79.0 dhe më të freskët- Fixed redirect function not always workingKod burim i hedhur në qarkullim sipas Vetëm GNU Lesser General Public License v3.0
Version 2.7.0
Hedhur në qarkullim më 12 Maj 2021 - 92,06 KBFunksionon me firefox 79.0 dhe më të freskët- Support Firefox for Android
- New extension icon
- Minimum version of Firefox to support: 79.0
- Improved dashboard readability
- Fixed minor issues on FirefoxKod burim i hedhur në qarkullim sipas Vetëm GNU Lesser General Public License v3.0
Version 2.6.5
Hedhur në qarkullim më 1 Pri 2021 - 110,47 KBFunksionon me firefox 48.0 dhe më të freskët- Updated link and text in the popup menu.
- Added bottom margin in the popup menu.Kod burim i hedhur në qarkullim sipas Vetëm GNU Lesser General Public License v3.0
Version 2.6.4
Hedhur në qarkullim më 29 Mar 2021 - 110,44 KBFunksionon me firefox 48.0 dhe më të freskët- Fixed cross-browser compatibility issue.Kod burim i hedhur në qarkullim sipas Vetëm GNU Lesser General Public License v3.0
Version 2.6.3
Hedhur në qarkullim më 24 Mar 2021 - 110,46 KBFunksionon me firefox 48.0 dhe më të freskët- Fixed redirect not working after installation without opening the user interface.Kod burim i hedhur në qarkullim sipas Vetëm GNU Lesser General Public License v3.0
Version 2.6.1
Hedhur në qarkullim më 22 Mar 2021 - 110,4 KBFunksionon me firefox 48.0 dhe më të freskët- Removed unnecessary permissions (*://*.zoom.com/* and *://*.zoomgov.com/*)Kod burim i hedhur në qarkullim sipas Vetëm GNU Lesser General Public License v3.0
Version 2.6.0
Hedhur në qarkullim më 22 Mar 2021 - 110,41 KBFunksionon me firefox 48.0 dhe më të freskët- Implemented toggle switch to control extension redirect functionality.
- Extension icon changes based on toggle switch status.Kod burim i hedhur në qarkullim sipas Licencë MIT
Version 1.3.1
Hedhur në qarkullim më 7 Mar 2021 - 50,1 KBFunksionon me firefox 48.0 dhe më të freskëtFixed major issue with wrong pathKod burim i hedhur në qarkullim sipas Licencë MIT
Version 1.3.0
Hedhur në qarkullim më 7 Mar 2021 - 50,1 KBFunksionon me firefox 48.0 dhe më të freskëtAdded compatibility with zoomgov.us and and zoom subdomains.Kod burim i hedhur në qarkullim sipas Licencë MIT
Version 1.2.0
Hedhur në qarkullim më 7 Mar 2021 - 50,34 KBFunksionon me firefox 48.0 dhe më të freskëtMinor fixKod burim i hedhur në qarkullim sipas Licencë MIT
Version 1.1
Hedhur në qarkullim më 4 Mar 2021 - 236,69 KBFunksionon me firefox 48.0 dhe më të freskëtChanged logoKod burim i hedhur në qarkullim sipas Licencë MIT