Easy Video Sharpener 版本历史 - 3 个版本
Easy Video Sharpener 作者: harze2k.dev
Easy Video Sharpener 版本历史 - 3 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 1.5.0
发布于 2026年3月17日 - 32.42 KB适用于 firefox 58.0 及更高版本V1.5.0
Bug Fixes
- SVG gradient ID collision - Each overlay now gets a unique vs-icon-grad-{n} ID via overlayIdCounter, so multiple video overlays render their icons correctly
- Slider max mismatch - Overlay strength slider max changed 10 → 7, blur max 5 → 2, step 0.01 → 0.05 to match popup values exactly
- processedVideoCount desync - Removed the manual counter entirely, getStatus now returns trackedVideos.size
- Dead Code Removed
- SVG filter creation - Extracted createUnsharpFilterElement() and createFilterSVG() helpers, eliminating ~120 lines of duplicated SVG construction
- Settings apply logic - Extracted applyOrRemoveSharpening() and handleSettingsChange(), used by both storage.onChanged and runtime.onMessage listeners
- findVideosInCustomElements - Uses Set for O(1) dedup instead of Array.includes
scanForVideos - Also uses Set for merging custom element videos
- Reddit scanning - Reduced from 5 sequential scans (0/500/1000/2000/3500ms) to 3 (0/800/2000ms), with better debouncing (300ms instead of 200ms)
Memory leak fix - scanForVideos now cleans up disconnected videos from trackedVideos on each scan
- Popup and overlay upgraded from generic system font stack to Segoe UI Variable / SF Pro with fallbacks
- Monospace values use Cascadia Code / Fira Code / JetBrains Mono
- Slightly refined color palette (deeper backgrounds, softer accents)源代码遵循 保留所有权利 发布
较早版本
版本 1.4.7
发布于 2026年1月31日 - 33.59 KB适用于 firefox 58.0 及更高版本1.4.7
- Made improvements to detect and work around many different video services.
- Tested on many of the most common streaming services.
- Added note about DRM sites like Netflix, Disney+ & Prime Video.
- Added link back to the extension hosted on Firefox.
- Aligned the sliders perfectly to the level.
- Compacted the UI so no scrolling is needed.
- Using 96px SVG icon as default.
- Changed donate URL to PayPal.源代码遵循 保留所有权利 发布
版本 1.3.0
发布于 2026年1月28日 - 32.23 KB适用于 firefox 58.0 及更高版本源代码遵循 保留所有权利 发布