Historial de versiones de another share extension - 6 versiones
another share extension por Ovidio
Historial de versiones de another share extension - 6 versiones
¡Ten cuidad con las versiones antiguas! Se suelen mostrar para pruebas y a modo de referencia.Deberías usar siempre la última versión disponible de un complemento.
Última versión
Versión 0.1.8.3
Lanzada el 28 de mar. de 2026 - 58,69 KBCompatible con firefox 142.0 y superioresBluesky sharing now works reliably.
- Contextual sharing was stabilized.
- Missing or broken platform icons were fixed.
- X sharing behavior was cleaned up to reduce compose artifacts.
- Message validation and sender checks were tightened.
- Input and URL handling were hardened.
- Intercepted-share replay/freshness protections were added.
- Print preview key validation and expiry checks were improved.
- Logging now masks sensitive data more consistently.
- CSP and extension security boundaries were strengthened.
- A final toast-message sanitization fix was added.Se publicó el código fuente bajo la licencia GNU General Public License v3.0 only
Versiones antiguas
Versión 0.1.8.1
Lanzada el 23 de mar. de 2026 - 73,89 KBCompatible con firefox 142.0 y superioresReduced extension scope inmanifest.json:
-host_permissionschanged from<all_urls>tohttp://*/*andhttps://*/*
-content_scripts.matcheschanged from<all_urls>tohttp://*/*andhttps://*/*
-web_accessible_resources.matcheschanged from<all_urls>tohttp://*/*andhttps://*/*
- Kept a strict extension page CSP:
-script-src 'self'; object-src 'none'; frame-src 'none';
- Hardened background message handling inbackground.js:
- addedALLOWED_ACTIONS
- addedisAllowedSender()validation
- added object checks for incoming messages
- addedhasValidTab()checks before tab-dependent operations
- addedsanitizeString()for incoming payload fields
- addedsanitizeReadLaterItem()for saved items
- addedisAllowedHttpUrl()checks before opening external share targets
- Hardened intercepted share handling incontent.js:
- addedCONTENT_ALLOWED_ACTIONS
- addedsanitizeInterceptedShareDetail()
- added randomizedCONTENT_EVENT_TOKEN
- replaced the fixed public event name with token-based page-to-content communication
- injected the token into the page context before listening for intercepted share events
- Confirmedjs/inject.jsuses the injected token before dispatching intercepted share events
- Hardened popup URL handling inpopup/popup.js:
- addedisAllowedShareTarget()protocol validation
- addedbuildCustomShareUrl()validation for custom templates
- blocked unsafe thread/share target URLs before opening tabs
- Hardened read-later handling inpopup/read_later.js:
- addedisSafeListUrl()validation before assigninghref
- disabled unsafe entries visually instead of linking them
- ensured links userel="noopener noreferrer"
- Hardened options handling inoptions/options.js:
- addedvalidateCustomTemplate()
- blocked invalid custom template saves
- Hardened logging injs/logger.js:
- masks sensitive fields such as URL, title, text, token, path, auth, password, and email before storage/exportSe publicó el código fuente bajo la licencia GNU General Public License v3.0 only
Versión 0.1.8.0
Lanzada el 19 de feb. de 2026 - 53,38 KBCompatible con firefox 142.0 y superioresv0.1.8.0
- Replaced all legacyinnerHTMLusage with safer DOM manipulation (textContent) to prevent XSS vulnerabilities.
- Extended privacy masking in logs to automatically scrub 'token', 'key', 'password', 'auth', and 'email' fields.
- Title Parsing: Preserves full titles (e.g., "News / World") while ensuring safe filename generation.
- Optimized background runtime by removing unused IndexedDB modules and legacy code blocks.Se publicó el código fuente bajo la licencia GNU General Public License v3.0 only
Versión 0.1.7.9
Lanzada el 18 de feb. de 2026 - 58,79 KBCompatible con firefox 142.0 y superioresv0.1.7.9
- New Privacy Control: Choose between "Moderate" (Essential Sites) and "Strict" (Maximum Privacy) protection levels.
- Added "Read Later" list: Save up to 50 articles offline.
- Added "Copy as Markdown": Quickly copy title and URL in Markdown format.
- Added "Share..." to the right-click context menu for faster access.
- Improved Notifications: Replaced alerts with non-intrusive toast messages.
- Cleaned up back-end code for better performance.
- Removed "Copy Link" and "Email" share options to streamline the interface.Se publicó el código fuente bajo la licencia GNU General Public License v3.0 only
Versión 0.1.7.7
Lanzada el 17 de feb. de 2026 - 54,25 KBCompatible con firefox 142.0 y superioresWHAT'S NEW IN ANOTHER SHARE v0.1.7.7 (Desktop)
BUG FIXES & IMPROVEMENTS- FIXED: Popup layout issue where the window would appear extremely narrow or collapsed on some desktop environments.
- FIXED: ReferenceError in screenshot tools ('loadImage is not defined').
- FIXED: "Share as Reader Mode" toggle visual state and functionality.
- IMPROVED: Smart Reader Mode sharing. Internal Firefox protocols (about:reader) are now embedded directly in the share text for better platform compatibility (X, Reddit, Telegram, etc.).
- IMPROVED: Desktop UI responsiveness. Fixed dimensions ensure a stable experience on all monitor sizes.
- IMPROVED: Tooltips are now more descriptive, explaining exactly what each capture and extraction tool does.
GENERAL- Version bumped to 0.1.7.7.
- Optimized for Firefox Desktop 142.0+.
- Reset logging facility to require manual opt-in for improved privacy.
Se publicó el código fuente bajo la licencia GNU General Public License v3.0 only
Versión 0.1.7.6
Lanzada el 12 de feb. de 2026 - 46,26 KBCompatible con firefox 142.0 y superiores, android 142.0 y superiores- Fixed a layout collapse bug (vertical line glitch) affecting modern Gecko engines.
Se publicó el código fuente bajo la licencia GNU General Public License v3.0 only