Tempus allows you to manage and view YouTube comments with timestamps efficiently.
demo.mp4
- 🔖 View concentration of comments using opacity of displayed markers.
- ⌛ View comments containing a particular timestamp.
- ⏩ While playing the video, view comments with timestamps like a live chat replay.
- ⚙️ Customize the primary colour, block size of the markers.
Install and enable Tempus from the Chrome Web Store here!
To use Tempus, just make sure the extension has been installed and enabled in your browser. Then, you can head to any YouTube video, where the extension will collect timestamps from the comments and display them under the video progress bar.
The settings, which are accessible through the Tempus icon on the top-right of your browser, allow you to:
- 📏 Configure the block size of the marker
default: 1
(value can range between 1 and 20 seconds) - 📊 Toggle HeatMap markers
default: enabled
- ⏩ Toggle the comment live replay
default: disabled
- 🖱️ Toggle the marker on-click comment view
default: enabled
- 🎨 Configure the primary colour for markers
default: #ffb347
- Clone the repository.
- Create a new file
config.js
at the same level as thebackground.js
file and add the following to it:
let config = {
// Replace [YOUR_API_KEY] with your YouTube API key.
"API_KEY": "[YOUR_API_KEY]"
};
- Head to
chrome://extensions
and turn the developer mode on. - Click on
Load Unpacked
and select the cloned repository. - Enjoy!
All contributions are welcome! You can add functionality, fix bugs, or make any other improvements. When you're done, submit a pull request!
The code is licensed under the MIT license.