Histórico de versões de YouTube SpeedUp - 25 versões
YouTube SpeedUp por GoliafRS
Tenha cuidado com versões antigas! Estas versões são mostradas para fins de teste e referência.Deve sempre utilizar a versão mais recente de um extra.
Versão mais recente
Versão 1.2.3
Lançada em 28 de mar de 2026 - 36,07 KBFunciona com firefox 140.0 e superiorDisable extension on YouTube Music.Código fonte lançado sob Licença Pública Mozilla 2.0
Versões antigas
Versão 1.2.2
Lançada em 18 de mar de 2026 - 36,06 KBFunciona com firefox 140.0 e superiorBug fixes.Código fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.2.1
Lançada em 18 de mar de 2026 - 36,02 KBFunciona com firefox 115.0 e superiorBug fixes.Código fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.2.0
Lançada em 18 de mar de 2026 - 35,47 KBFunciona com firefox 115.0 e superiorAdded an options page with separate settings for regular YouTube videos and Shorts.
Open it in Firefox via about:addons → Extensions → YouTube SpeedUp → Preferences.Código fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.1.12
Lançada em 18 de mar de 2026 - 23,58 KBFunciona com firefox 115.0 e superiorFixed fullscreen speed scroll.Código fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.1.11
Lançada em 5 de dez de 2025 - 23,12 KBFunciona com firefox 115.0 e superiorAlways show the YouTube speed control’s current value while hovered or focused.Código fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.1.10
Lançada em 4 de nov de 2025 - 23,04 KBFunciona com firefox 115.0 e superiorShow speed value briefly when playback rate changes.Código fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.1.9
Lançada em 24 de out de 2025 - 22,55 KBFunciona com firefox 115.0 e superiorAdjusting the icon size.Código fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.1.8
Lançada em 22 de out de 2025 - 22,58 KBFunciona com firefox 115.0 e superiorFix styles for the new YouTube design.Código fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.1.6
Lançada em 10 de set de 2025 - 22,48 KBFunciona com firefox 115.0 e superiorMinor bug fixes.Código fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.1.5
Lançada em 10 de set de 2025 - 23,21 KBFunciona com firefox 115.0 e superiorRelease Notes v1.1.4
Type: Patch
Fixes:
- Minor bug fixes.Código fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.1.4
Lançada em 10 de set de 2025 - 23,59 KBFunciona com firefox 115.0 e superiorRelease Notes v1.1.4
Type: Patch
Stability:
- Playback speed no longer resets on fullscreen, SPA navigation, PiP, dynamic video replacement, BFCache return.
- Multi-phase reapply scheduler (0–2000ms) plus extra media events (loadeddata, canplay, play, playing, emptied) ensure persistence.
- Continuous MutationObserver now tracks added/removed/recycled <video> elements.
- Cross-tab/state sync via storage + pageshow; external rate changes captured and stored immediately.
No new features, permissions, or data collection.Código fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.1.3
Lançada em 9 de set de 2025 - 22,15 KBFunciona com firefox 115.0 e superiorRelease Notes v1.1.2
Type: Patch
Fixes:
- Playback speed persistence: reliably restored from localStorage after reloads and YouTube SPA navigations (extra reapply + storage reload logic).
- Version sync pipeline: semantic-release prepare step now updates both manifest.json and package.json (no version drift).
Internal:
- Added diagnostic logging (not user-visible).
No permission, security, or feature changes.Código fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.1.2
Lançada em 9 de set de 2025 - 20,5 KBFunciona com firefox 115.0 e superiorSummary
Patch release focused on reliability and release pipeline consistency.
Changes
- Fixed: Playback speed now reliably restores from saved localStorage value after browser restart / initial load (additional apply points: loadedmetadata + short delayed re-apply).
- Fixed: CI semantic-release pipeline now correctly synchronizes version into both package.json and manifest.json via prepare-release.js (removed stale scripts).
No other code paths, features, permissions, or data behaviors changed.Código fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.1.0
Lançada em 8 de set de 2025 - 20,33 KBFunciona com firefox 115.0 e superiorRelease Notes – v1.1.0
New
- Keyboard control: Arrow Up/Right = faster, Arrow Down/Left = slower, Enter/Space = reset (1.00). Wheel still adjusts speed.
- Persistent speed across sessions.
- Works across in-page (SPA) YouTube navigation's and multiple videos.
Improved
- Bidirectional sync: changes made via YouTube’s native menu update the button instantly.
- Accessibility: ARIA label + clearer hover speed readout.
- Performance: single MutationObserver + WeakSet prevents duplicate listeners.
- Namespacing: unique hashed CSS classes to avoid style collisions.
- Migrated to Manifest V3; modern Firefox 115+ JS target.
Fixed
- Removed redundant event hooks and unnecessary resync loops.Código fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.0.10
Lançada em 30 de jan de 2025 - 12,47 KBFunciona com firefox 58.0 e superior🔥 New Features & Improvements:
Enhanced Video Speed Persistence
Video playback speed is now correctly applied when switching between videos without reloading the page.
Added support for YouTube’s yt-navigate-finish event to detect video changes dynamically.
Implemented a MutationObserver to detect and apply speed settings when the video element appears.
Improved UI Button Behavior
Fixed an issue where the speed control button was not always inserted properly.
Ensured the button is only added once and does not get duplicated.
Improved text visibility and responsiveness when hovering over the button.
Smoother Speed Adjustment
The speed adjustment text now updates in real-time when scrolling.
Speed changes are instantly reflected without requiring additional user interaction.
🐛 Bug Fixes:
Fixed Speed Reset Issue
Speed is now correctly restored from localStorage when loading a video.
Fixed Speed Application on Page Load
Speed is now applied immediately when a video is detected.
Fixed Interaction Requirement
The speed setting is now applied automatically without requiring user interaction with the extension button.
⚙️ Technical Improvements:
Refactored Code for Better Structure
Improved function organization and readability.
Encapsulated video speed logic into reusable functions.
🚀 This update ensures a seamless experience when watching videos on YouTube with custom playback speeds!Código fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.0.9
Lançada em 2 de ago de 2024 - 12,62 KBFunciona com firefox 58.0 e superiorAdded more listeners to resume speed after switching to next videos.Código fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.0.8
Lançada em 25 de mar de 2024 - 12,4 KBFunciona com firefox 48.0 e superiorChange the speed when the video starts playing.Código fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.0.7
Lançada em 25 de mar de 2024 - 12,34 KBFunciona com firefox 48.0 e superiorСhange the speed once after adding the button.Código fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.0.6
Lançada em 25 de mar de 2024 - 12,34 KBFunciona com firefox 48.0 e superiorChange step and min step to 0.25.Código fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.0.5
Lançada em 28 de nov de 2023 - 9,94 KBFunciona com firefox 48.0 e superiorBug fixesCódigo fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.0.4
Lançada em 27 de nov de 2023 - 9,87 KBFunciona com firefox 48.0 e superiorBug fixesCódigo fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.0.3
Lançada em 27 de nov de 2023 - 9,54 KBFunciona com firefox 48.0 e superiorThe issue causing the button to not appear in its designated position has been fixed.Código fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.0.2
Lançada em 27 de nov de 2023 - 9,58 KBFunciona com firefox 48.0 e superiorResolved an issue with saving playback speed settingsCódigo fonte lançado sob Licença Pública Mozilla 2.0
Versão 1.0.1
Lançada em 26 de nov de 2023 - 9,58 KBFunciona com firefox 48.0 e superiorCódigo fonte lançado sob Licença Pública Mozilla 2.0