tomer953 / youtube-saver

Youtube-Saver Chrome Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Youtube-Saver Chrome Extension

This Extension addes a small download icon for every youtube thumbnails.

  • supports the /result page
  • support the /watch page

When button is clicked a new HTTP POST request is sent to

http://localhost:8080/save?id=VIDEOID&title=VIDEO_TITLE

  • the title is sent with encodeURIComponent(title)

the local server can process the request to do whatever you want with the youtube id and title.

Note: without the local server this extension is completly useless.

About

Youtube-Saver Chrome Extension


Languages

Language:JavaScript 95.7%Language:CSS 4.3%