You may uninstall this extension as it is currently not maintained. If you are interested in maintaining this repository, please create an issue, submit changes via PR or contact me@ynshung.com.
Control your YouTube shorts just like a normal YouTube video! Features include progress bar, seeking, playback speed, auto skip and more. You can also customize the keybinds to your liking!
Extra features:
Action | Shortcut |
---|---|
Seek Backward (+5s) | ArrowLeft |
Seek Forward (-5s) | ArrowRight |
Decrease Speed | KeyU |
Reset Speed | KeyI |
Increase Speed | KeyO |
Decrease Volume | Minus |
Increase Volume | Equal |
Toggle Full Screen | KeyF |
Restart Short | KeyJ |
Next Frame | |
Previous Frame | |
Next Short | |
Previous Short |
Some keybinds are disabled by default. You can enable them by setting its keybinds.
All type of contributions are welcome. You may contribute by reporting bugs, suggesting new features, translating the extension or even by submitting a pull request.
Know multiple languages? Help translate the extension so we can have a reach worldwide! See the list of supported locales here. You can translate the extension itself or the store listing description which is under the store-desc/
directory.
We are currently using POEditor to facilitate the extension localization process for beginners. You can join the project using this invite link. Note that you can choose to translate or copy the description
as it is just for reference.
To test your translation in the browser, export the file as Key-Value JSON, rename the file to messages.json
and put it in the _locales/[LANG]
folder where LANG is the code of the language. Make sure the locale of your browser is set properly. See the development guide below to build your extension in real-time. Please note that this method haven't been fully tested yet, so please let us know of any issues you faced in the issue page.
If you need any help in translating, you may create an issue or contact us using the Google Form below.
Start by forking the repo, copying the _locales/en/messages.json
file and paste it to your locale code directory. Then, you can start translating the messages in the messages.json
file. The description
are just for reference and will not be visible to the user so you may translate it or leave it as it-is.
You can also add help translate the store listing description by emailing @ynshung or creating an issue to express your interest. Note that you will be notified to update the description from time to time.
If you have faced any issue with the extension or any suggestion that can help to improve the extension, you may create an issue here or if you know how to code, fork the repo, make the necessary changes and create a pull request.
Check for existing issues to avoid duplicates. For better reporting, check the Console (F12 > Console) for any related error which can be included in your report.
You may leave your feedback in this Google Form.
npm i
to install all dependencies (ensure that node and npm are installed)npm run dev
to start developmentchrome://extensions
Developer Mode
with the switch at the top-right of that pagedist
directory into that page to load the unpacked extensionmanifest.json
file in the directorynpm run dev:firefox
to start developmentabout:debugging#/runtime/this-firefox
Load Temporary Add-on...
and select the package.json
in the dist
directoryFirefox manifest created successfully.
is shown.GNU GPL v3