A browser extension that lets you create, manage, and share timestamps from Twitch VODs with ease.
- Quick Timestamping: Create timestamps with a single hotkey while watching VODs
- Cross-Platform Sharing: Auto-generate markdown links for Reddit, Discord, or other platforms
- Export Options: Export all timestamps to various formats (JSON, TXT, CSV)
- Advanced Search: Search through your timestamp collection with regex support
- Categories & Tags: Tag and categorize moments (kills, fails, funny moments, etc.)
- Microsoft Edge: Available in the Edge Add-ons store
- Other browsers: Coming later
- Clone this repository:
git clone https://github.com/KrishGaur1354/twitch-vods-timestamper.git - Go to
edge://extensions - Enable "Developer mode"
- Click "Load unpacked"
- Select the cloned repository folder
- Clone this repository:
git clone https://github.com/KrishGaur1354/twitch-vods-timestamper.git - Go to
about:debugging#/runtime/this-firefox - Click "Load Temporary Add-on..."
- Navigate to the cloned repository and select
manifest.json
# Create a timestamp with description
timestamp add "Amazing play by Shroud" --vod 123456789
# List recent timestamps
timestamp list --recent 3
# Export timestamps
timestamp export --format markdownCreate a .timestamprc file in your home directory:
{
"defaultFormat": "markdown",
"autoExport": true,
"exportPath": "~/Documents/timestamps/"
}twitch-stamper/
├── icons/
│ └── ascii-art.png
├── src/
│ ├── background.js
│ ├── content-styles.css
│ ├── content.js
│ └── manifest.json
├── popup-styles.css
├── popup.html
├── popup.js
├── web/
│ ├── index.html
│ └── manifest.json
└── README.md
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.
- GitHub: @KrishGaur1354
- Made with ❤️ for the Twitch community
- Inspired by the legacy of Justin.tv