This extension lets you create short video clips from Twitch live streams, YouTube vidoes, and a number of other sites.
When installed, a blue button will show up in the address bar if you're on a supported site. Just click on the button, set your desired crop/speed/duration settings, and click "Create Clip".
If you're logged into Streamable, video clips are saved to your account. If not, clips will be posted anonymously.
Install the extension from the Chrome Web Store.
Want to help out? Open an issue or send us a pull request!
Clone the repository. Install dependencies with npm install
.
Load the src directory as an unpacked extension in chrome://extensions. When you make changes, they are not automatically applied, but you can reload the extension from that page.
As you develop, run make lint
to check code for issues.
Run make
to generate a build of the extension.
To update the list of supported sites, update the patterns in sites.patterns.json and then run make deploy-sites
.