Bulk Select Multiple Messages 版本历史 - 3 个版本
Bulk Select Multiple Messages 作者: Atakan Au
Bulk Select Multiple Messages 版本历史 - 3 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.0.2
发布于 2026年4月3日 - 24.32 KB适用于 firefox 142.0 及更高版本Changelog
Version 1.0.2 (2026-04-03)- Architecture: Introduced modular, version-aware content script architecture.
- Added
utils.js– sharedtriggerFocus()and newclearSelectionMarkers()helper. - Added
versions/registry.js– central version registry listing all supported WhatsApp Web UI versions. - Added
versions/v2_3000_1036612670.js– self-contained handler (detect + handler) for WhatsApp Web UI v2.3000.1036612670. content.jsrefactored to delegate all DOM work to the active version handler.- Feature: Version selector in popup – choose a specific WhatsApp Web version or use Auto-detect.
- Selected version and loop state are persisted via
chrome.storage.local. - Feature: New footer buttons – Feedback (bug report) and Donate.
- Fix: All previous selection markers (
processedRow) are now cleared at the start of every new selection pass. - Improved: Menu button detection now uses
aria-haspopupattribute filter. - Improved: "Select messages" menu item found by SVG icon title (
ic-check-box) for language independence, with positional fallback. - Removed: Dead code
switchSelectMessageModeOldeliminated. - Popup: Complete UI redesign – dark WhatsApp theme, pill buttons, custom toggle switch, SVG icons.
- Manifest: Bumped to
v1.0.2, corrected content script load order, addedtabspermission, addedicon-128.png.
源代码遵循 MIT 许可证 发布
较早版本
版本 1.0.1
发布于 2025年12月18日 - 17.13 KB适用于 firefox 109.0a1 及更高版本Changelog
Version 1.0.1 (December 18, 2025)- Updated: Migrated from Manifest V2 to Manifest V3.
- Improved: Error handling and console logs for better feedback.
- Fixed: Element selection for menu buttons and application wrappers.
- Optimized: Logic flow in message processing.
源代码遵循 MIT 许可证 发布