https://github.com/chanmeng666/tencent-meeting-video-downloader
ใStars are free hugs for code - spread the love! ๐คโญ๏ธใChrome extension to easily download Tencent Meeting recording videos with one click. Generate reliable download commands and save recordings locally.
https://github.com/chanmeng666/tencent-meeting-video-downloader
browser-extension chrome chrome-extension curl download-manager javascript meeting-recording tencent tencent-meeting video-downloader webpack
Last synced: about 1 month ago
JSON representation
ใStars are free hugs for code - spread the love! ๐คโญ๏ธใChrome extension to easily download Tencent Meeting recording videos with one click. Generate reliable download commands and save recordings locally.
- Host: GitHub
- URL: https://github.com/chanmeng666/tencent-meeting-video-downloader
- Owner: ChanMeng666
- License: apache-2.0
- Created: 2024-11-25T04:23:03.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-15T04:16:21.000Z (4 months ago)
- Last Synced: 2025-03-23T20:04:32.006Z (2 months ago)
- Topics: browser-extension, chrome, chrome-extension, curl, download-manager, javascript, meeting-recording, tencent, tencent-meeting, video-downloader, webpack
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/%E8%85%BE%E8%AE%AF%E4%BC%9A%E8%AE%AE%E5%BD%95%E5%B1%8F%E4%B8%8B%E8%BD%BD%E5%8A%A9%E6%89%8B/gdajdfngeonjmcclghkmeoacopnnfpnc?hl=zh-CN&utm_source=ext_sidebar
- Size: 8.98 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Tencent Meeting Recording Downloader
![]()
![]()
![]()
![]()
A Chrome browser extension that helps you easily download Tencent Meeting recording videos with just a few clicks. No more complicated steps - just install, detect, and download!
[](https://chromewebstore.google.com/detail/%E8%85%BE%E8%AE%AF%E4%BC%9A%E8%AE%AE%E5%BD%95%E5%B1%8F%E4%B8%8B%E8%BD%BD%E5%8A%A9%E6%89%8B/gdajdfngeonjmcclghkmeoacopnnfpnc?hl=zh-CN&utm_source=ext_sidebar)
https://github.com/user-attachments/assets/31666ea2-6f05-47f2-a7af-383a6fdb6f1d
https://github.com/user-attachments/assets/2834ab2e-fb79-4df5-b662-b236d57ba89c


# โจ Features
- ๐ฏ **Auto Detection** - Automatically detect video URLs on Tencent Meeting playback pages
- ๐ **Custom Save Path** - Choose your preferred location to save downloaded videos
- ๐ **Reliable Downloads** - Generate optimized curl download commands
- ๐ป **Clean Interface** - Simple and intuitive user experience
- ๐ **Privacy First** - No data collection, completely secure and private# ๐ฅ Installation
### Method 1: Direct Installation (Recommended)
1. Download latest release
- Visit [Releases](https://github.com/ChanMeng666/tencent-meeting-video-downloader/releases)
- Download `tencent-meeting-video-downloader.zip`2. Prepare Chrome Browser
- Open Chrome
- Enter `chrome://extensions/` in address bar
- Enable "Developer mode" in top-right corner3. Install Extension
- Unzip downloaded file
- Click "Load unpacked"
- Select unzipped folder
- Extension icon appears in toolbar### Method 2: Build from Source
```bash
# Clone repository
git clone https://github.com/ChanMeng666/tencent-meeting-video-downloader.git# Install dependencies
cd tencent-meeting-video-downloader
npm install# Build extension
npm run build
```Then load the `dist` folder as unpacked extension.
# ๐ฎ Usage Guide
1. **Open Recording**
- Navigate to Tencent Meeting recording page
- Start playing the video2. **Generate Command**
- Click extension icon
- Wait for "Video detected"
- Enter save path
- Click "Generate Download Command"3. **Download**
- Copy generated command
- Open Git Bash
- Paste and run command
- Wait for download to complete# ๐ ๏ธ Development
### Prerequisites
- Node.js >= 14
- Git Bash### Project Structure
```
โโโ src/
โ โโโ assets/ # Icons & resources
โ โโโ background/# Background scripts
โ โโโ content/ # Content scripts
โ โโโ popup/ # Popup UI
โ โโโ utils/ # Utilities
โโโ dist/ # Build output
โโโ manifest.json # Extension config
โโโ webpack.config.js
```### Scripts
```bash
# Development
npm run watch# Production build
npm run build
```# ๐ Tech Stack



# โ๏ธ License
[Apache-2.0 license](LICENSE)
# ๐ค Contributing
1. Fork repository
2. Create feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit changes (`git commit -m 'Add AmazingFeature'`)
4. Push to branch (`git push origin feature/AmazingFeature`)
5. Open Pull Request# ๐โโ Author
Created and maintained by [Chan Meng](https://chanmeng.live/).
[](https://github.com/ChanMeng666)
[](https://www.linkedin.com/in/chanmeng666/)For issues and suggestions, please submit an Issue.