All Projects → knightron0 → tempus

knightron0 / tempus

Licence: MIT license
A chrome extension that allows you to manage and view timestamped YouTube comments efficiently.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to tempus

Igel
a delightful machine learning tool that allows you to train, test, and use models without writing code
Stars: ✭ 2,956 (+6058.33%)
Mutual labels:  hacktoberfest2021
databroker
Unified API pulling data from multiple sources
Stars: ✭ 26 (-45.83%)
Mutual labels:  hacktoberfest2021
Hacktoberfest 2021
This repository aims to help code beginners with their first successful pull request and open source contribution. Happy coding!
Stars: ✭ 109 (+127.08%)
Mutual labels:  hacktoberfest2021
git-privacy
Redact Git author and committer dates to keep committing behaviour more private.
Stars: ✭ 13 (-72.92%)
Mutual labels:  timestamps
rfc3161timestampingserver
This project offers a rfc 3161 compliant timestamping authority/server
Stars: ✭ 30 (-37.5%)
Mutual labels:  timestamps
General-Purpose-Scripts
A repository containing several general purpose Python scripts to automate daily and common tasks.
Stars: ✭ 47 (-2.08%)
Mutual labels:  hacktoberfest2021
Raty
🌟 Raty - A Star Rating Plugin
Stars: ✭ 2,292 (+4675%)
Mutual labels:  hacktoberfest2021
robo4j
Robo4j.io robotics/IoT framework
Stars: ✭ 65 (+35.42%)
Mutual labels:  hacktoberfest2021
Upvote-Anywhere
Upvote Anywhere Browser Extension
Stars: ✭ 339 (+606.25%)
Mutual labels:  youtube-comments
Hacktoberfest-Contribution
This repository is especially for beginners who want to contribute to Open Source and complete the Hacktoberfest Challenge.
Stars: ✭ 12 (-75%)
Mutual labels:  hacktoberfest2021
Erasure
Chrome extension for deleting your YouTube comment history.
Stars: ✭ 48 (+0%)
Mutual labels:  youtube-comments
youtube discussion tree
This is a python API that allows you to obtain the discusion that occurs on the comments of a Youtube video as a tree structure. It also controls the quota usage that consumes your implementation over Youtube Data Api through this library, and allows you to represent and serialize the discusion tree.
Stars: ✭ 16 (-66.67%)
Mutual labels:  youtube-comments
Hackoween-Hacktoberfest2021
GitInto's Hacktoberfest 2021 Repository
Stars: ✭ 28 (-41.67%)
Mutual labels:  hacktoberfest2021
timestampy
🕒 Bunch of utilities useful when working with UNIX timestamps
Stars: ✭ 21 (-56.25%)
Mutual labels:  timestamps
ipv6
IPv6-adresse.dk source & data
Stars: ✭ 27 (-43.75%)
Mutual labels:  hacktoberfest2021
Wttr.in
⛅ The right way to check the weather
Stars: ✭ 16,345 (+33952.08%)
Mutual labels:  hacktoberfest2021
hacktoberfest
Contribute to this repo for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 33 (-31.25%)
Mutual labels:  hacktoberfest2021
Hactoberfest2021
Hacktoberfest2021
Stars: ✭ 45 (-6.25%)
Mutual labels:  hacktoberfest2021
Data-Structures-And-Algorithms
Important data structure and algorithms codes and concept's open-source repository.
Stars: ✭ 48 (+0%)
Mutual labels:  hacktoberfest2021
Portfolio
Have a portfolio website? Add it here, showcase it to the world!
Stars: ✭ 14 (-70.83%)
Mutual labels:  hacktoberfest2021

Tempus GitHub license WebStore release

Tempus allows you to manage and view YouTube comments with timestamps efficiently.

Tempus - A tool to efficiently view YouTube comments with timestamps | Product Hunt

demo.mp4

Features

  • 🔖 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.

Usage

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 #ffb347

Contributing

  1. Clone the repository.
  2. Create a new file config.js at the same level as the background.js file and add the following to it:
let config = {
    // Replace [YOUR_API_KEY] with your YouTube API key.
    "API_KEY": "[YOUR_API_KEY]"
};
  1. Head to chrome://extensions and turn the developer mode on.
  2. Click on Load Unpacked and select the cloned repository.
  3. Enjoy!

All contributions are welcome! You can add functionality, fix bugs, or make any other improvements. When you're done, submit a pull request!

License

The code is licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].