Chrome Extension for 1click downloading active videos #342
chestercs
started this conversation in
Show and tell
Replies: 1 comment
-
|
Sorry the extension publishing is still pending. Soon link will be available. UPDATE: its rejected :( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I’ve built a lightweight Chrome extension that sends the current (or right-clicked) video link to your self-hosted YTdownloader/meTube server with a single click.
Chrome Web Store: https://chromewebstore.google.com/detail/gmiclfnkpkghcnhmhahkfjflfoobbphm
GitHub repo: https://github.com/chestercs/yt-sender-chrome
How it works:
Click the toolbar button (or right-click a video link → “Send to YTdownloader”).
The extension posts the page/link URL to your configured server endpoint (/api/v1/exec).
If authentication is enabled, it logs in first (/auth/login) and then sends the request.
Optionally switches to your server tab after sending (configurable in Options).
It's based on MeTube downloader chrome extension: https://chromewebstore.google.com/detail/metube-downloader/fbmkmdnlhacefjljljlbhkodfmfkijdh
Beta Was this translation helpful? Give feedback.
All reactions