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!
2024-12-14.16-41-20.mp4
2025-01-04.16-14-37.mp4
- 🎯 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
-
Download latest release
- Visit Releases
- Download
tencent-meeting-video-downloader.zip
-
Prepare Chrome Browser
- Open Chrome
- Enter
chrome://extensions/
in address bar - Enable "Developer mode" in top-right corner
-
Install Extension
- Unzip downloaded file
- Click "Load unpacked"
- Select unzipped folder
- Extension icon appears in toolbar
# 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.
-
Open Recording
- Navigate to Tencent Meeting recording page
- Start playing the video
-
Generate Command
- Click extension icon
- Wait for "Video detected"
- Enter save path
- Click "Generate Download Command"
-
Download
- Copy generated command
- Open Git Bash
- Paste and run command
- Wait for download to complete
- Node.js >= 14
- Git Bash
├── 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
# Development
npm run watch
# Production build
npm run build
- Fork repository
- Create feature branch (
git checkout -b feature/AmazingFeature
) - Commit changes (
git commit -m 'Add AmazingFeature'
) - Push to branch (
git push origin feature/AmazingFeature
) - Open Pull Request
Created and maintained by Chan Meng.
For issues and suggestions, please submit an Issue.