Download videos from twitter
- docker, npm
- just run:
sh install.sh
cd extension \
&& npm install && npm run build
- Build
cd server \
&& docker build . -t twitter-vid-downloader
- Run
docker run -v {dir_with_videos}:/usr/src/app/video -p 5000:5000 twitter-vid-downloader
This extension was created with Extension CLI!
If you find this software helpful star or sponsor this project.
Commands | Description |
---|---|
npm run start |
build extension, watch file changes |
npm run build |
generate release version |
npm run docs |
generate source code docs |
npm run clean |
remove temporary files |
npm run test |
run unit tests |
npm run sync |
update config files |
For CLI instructions see User Guide →
- Getting started with extension development
- Manifest configuration: version 2 - version 3
- Permissions reference
- Chrome API reference