|
|
||
|---|---|---|
| .. | ||
| lib | ||
| .gitignore | ||
| background.js | ||
| content.js | ||
| manifest.json | ||
| options.html | ||
| options.js | ||
| popup.css | ||
| popup.html | ||
| popup.js | ||
| README.md | ||
MeTube Clip Marker
Chrome extension (Manifest V3) — mark clip times on any page with a <video> element and queue them to your MeTube instance.
Requirements
- MeTube with batch clips support (
POST /add-batch) and single-clipPOST /add CORS_ALLOWED_ORIGINS=*on the MeTube server
Install (unpacked)
- Open
chrome://extensions/ - Enable Developer mode
- Load unpacked → select this
extension/folder - Open Extension options → set your MeTube URL (default
http://localhost:8081/)
Usage
- Open a page with a video player and reload the tab after installing or updating the extension.
- Use the floating bar at the bottom-right (Start / End).
- Open the extension popup → Queue clips or Queue merged (merge needs at least two clips).
Clip times are stored per page until you remove them or close the browser.