With the YouTube Speed Memory extension, you can apply custom playback speed settings for every video and channel, and even better, you aren't restricted to just the speed settings provided in the YouTube video controls.
Choose a speed for a video, or an entire channel, and every time a matching video plays, the appropriate speed is chosen. Great for playlist where you prefer a faster playback on certain songs. Also great when there is a particular channel, like one featuring coding tutorials, where you always find yourself turning the playback speed up.
This extension is open source and licensed under the MIT license, so you can feel free to check out the source code at the extension home page or even contribute to make it better!
See the Release History for a list of all releases.
See the Release Notes for details about changes in each release.
This project is licensed under the MIT License - see the license file for details.
If you have questions, problems or ideas, feel free to contact me at contact@fluencyy.com.
To build the extension locally for development or testing:
- Install
node
(andnpm
) cd
into the project root directory- Run
gulp package
to build packaged zip files for both Chrome and Firefox (output to thepackage
directory)