Skip to content

RehkitzDev/chrome-extension

 
 

Repository files navigation

Clipper for Chrome

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.

Supported sites

Install

Install the extension from the Chrome Web Store.

Development

Want to help out? Open an issue or send us a pull request!

Setup

Clone the repository. Install dependencies with npm install.

Workflow

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.

Distributing

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.

About

Chrome extension for creating short video clips from Twitch, YouTube, and other sites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 94.3%
  • Makefile 4.3%
  • HTML 1.4%