Youtube Saver in Chrome with OffiDocs
Ad
DESCRIPTION
This addon adds a simple download icon in every youtube video thumbnail, when clicked, a get request will be send to your local running server in port 8080. this allows you to process stuff on your local machine.
ie using express.
js: app.
get('/save', (req, res) => { console.
log('got video', req.
query.
id, decodeURIComponent(req.
query.
title)) // your code res.
send('done'); })
Additional Information:
- Offered by tomer953
- Average rating : 0 stars (hated it)
- Developer This email address is being protected from spambots. You need JavaScript enabled to view it.
Youtube Saver web extension integrated with the OffiDocs Chromium online