English | 日本語
This is a Google Chrome extension that displays timestamp comments on YouTube. The main features are:
- displays timestamp comments
- sorts by timestamp
- jumps playback position to timestamp
Store page: https://chrome.google.com/webstore/detail/youtube-timestamp-comment/khngjoedfeicfbjlcfmiigbokbnlibei
To use this extension, you need an API key for YouTube Data API. Please follow the steps below to create and set it. It is free to create and use the API key.
Note that this extension will not collect your API key.
- Create a project.
- Go to https://console.cloud.google.com/projectcreate .
- You need a Google account to create a project.
- If the sign-in page appears when you click on the link above, sign-in with your account.
- If you do not have an account, create one.
- Set any values for "Project name" and "Location", and then click "CREATE".
- Go to https://console.cloud.google.com/projectcreate .
- Enable YouTube Data API.
- Go to https://console.cloud.google.com/apis/library/youtube.googleapis.com .
- Click "ENABLE".
- Create an API key.
- Go to https://console.cloud.google.com/apis/credentials .
- Click "+ CREATE CREDENTIALS", and then choose "API key".
- Click "RESTRICT KEY".
- Select "HTTP referrers (web sites)" under "Application restrictions", click "ADD AN ITEM" under "Website restrictions", enter
https://www.youtube.com/
in "New item" field, and click "DONE".
- Select "Restrict key" under "API restrictions", tick
YouTube Data API v3
from the dropdown, and click "OK".
- Click "SAVE".
- Copy the API key.
- Go to https://console.cloud.google.com/apis/credentials .
- Click the copy icon in the list of API keys.
- Set the API key.
- Open any YouTube page.
- Click the icon of this extension, and click the cog icon.
- Paste the API key you copied into the field.
The set up is done. Click the cog icon again, click >
button and you will retrieve comments.
Note that each API key can retrieve up to 100 comments 10,000 times per day.