{"id":25743966,"url":"https://github.com/knightron0/tempus","last_synced_at":"2025-05-09T01:49:35.797Z","repository":{"id":141563024,"uuid":"396125521","full_name":"knightron0/tempus","owner":"knightron0","description":"chrome extension to 10x your youtube experience","archived":false,"fork":false,"pushed_at":"2024-11-21T03:14:40.000Z","size":807,"stargazers_count":60,"open_issues_count":8,"forks_count":5,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-05-09T01:49:28.582Z","etag":null,"topics":["chrome-extension","hacktoberfest","hacktoberfest2021","javascript","timestamps","youtube","youtube-comments","youtube-timestamps"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/tempus/bpdhbpeecmmglmkjfmigehaebpndmceh","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/knightron0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-08-14T20:43:52.000Z","updated_at":"2025-01-12T06:33:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"2d3b2400-23df-4311-81b0-86a57f8e2fe7","html_url":"https://github.com/knightron0/tempus","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knightron0%2Ftempus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knightron0%2Ftempus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knightron0%2Ftempus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/knightron0%2Ftempus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/knightron0","download_url":"https://codeload.github.com/knightron0/tempus/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253176437,"owners_count":21866142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome-extension","hacktoberfest","hacktoberfest2021","javascript","timestamps","youtube","youtube-comments","youtube-timestamps"],"created_at":"2025-02-26T10:46:01.819Z","updated_at":"2025-05-09T01:49:35.771Z","avatar_url":"https://github.com/knightron0.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Tempus  [![GitHub license](https://img.shields.io/badge/license-MIT-blue)](https://github.com/knightron0/tempus/blob/main/LICENSE) [![WebStore release](https://img.shields.io/badge/install-here-brightgreen)](https://chrome.google.com/webstore/detail/tempus/bpdhbpeecmmglmkjfmigehaebpndmceh)\n===============\n\nTempus allows you to manage and view YouTube comments with timestamps efficiently.\n\n\u003ca href=\"https://www.producthunt.com/posts/tempus-3?utm_source=badge-featured\u0026utm_medium=badge\u0026utm_souce=badge-tempus-3\" target=\"_blank\"\u003e\u003cimg src=\"https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=309266\u0026theme=dark\" alt=\"Tempus - A tool to efficiently view YouTube comments with timestamps | Product Hunt\" style=\"width: 250px; height: 54px;\" width=\"250\" height=\"54\" /\u003e\u003c/a\u003e\n\nhttps://user-images.githubusercontent.com/37767310/129518303-bb97b0eb-93bf-4be1-92c7-0c35cb09babf.mp4\n\n\n# Features \n- 🔖 View concentration of comments using opacity of displayed markers.\n- ⌛ View comments containing a particular timestamp.\n- ⏩ While playing the video, view comments with timestamps like a live chat replay.\n- ⚙️ Customize the primary colour, block size of the markers.\n \n# Usage \nInstall and enable Tempus from the Chrome Web Store [here](https://chrome.google.com/webstore/detail/tempus/bpdhbpeecmmglmkjfmigehaebpndmceh)! \n\nTo 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. \n\nThe settings, which are accessible through the Tempus icon on the top-right of your browser, allow you to:\n- 📏 Configure the block size of the marker `default: 1` (value can range between 1 and 20 seconds)\n- 📊 Toggle HeatMap markers `default: enabled`\n- ⏩ Toggle the comment live replay `default: disabled`\n- 🖱️ Toggle the marker on-click comment view `default: enabled`\n- 🎨 Configure the primary colour for markers `default: #ffb347` ![#ffb347](https://via.placeholder.com/15/ffb347/000000?text=+)\n\n# Contributing \n1. Clone the repository. \n2. Create a new file ```config.js``` at the same level as the ```background.js``` file and add the following to it: \n```js\nlet config = {\n    // Replace [YOUR_API_KEY] with your YouTube API key.\n    \"API_KEY\": \"[YOUR_API_KEY]\"\n};\n```\n3. Head to ```chrome://extensions``` and turn the developer mode on.\n4. Click on ```Load Unpacked``` and select the cloned repository. \n5. Enjoy!\n\nAll contributions are welcome! You can add functionality, fix bugs, or make any other improvements. When you're done, [submit a pull request](https://github.com/knightron0/tempus/pulls)!\n\n# Entering An API Key\nYou can use your own YouTube API key with Tempus. \n\n1. Sign into [Google Cloud Console](https://console.cloud.google.com/) with your Google account and create a project.\n2. Go to the [Enabled APIs page](https://console.cloud.google.com/apis/enabled) and select the project. Search for the [YouTube Data v3 API](https://console.cloud.google.com/apis/api/youtube.googleapis.com/) and enable it.\n3. In the [Credentials page](https://console.cloud.google.com/apis/credentials), select the API Key option. Save and copy the secret key.\n4. Open the extension and paste in your key. Toggle on to use the key and refresh the tab.\n\n# License\nThe code is licensed under the MIT license.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknightron0%2Ftempus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fknightron0%2Ftempus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fknightron0%2Ftempus/lists"}