The YT Transcript Chrome Extension allows users to fetch the transcript of a YouTube video. Users can either enter the video URL manually or grab the URL of the currently playing video.
- Fetch transcript of a YouTube video by entering the URL.
- Grab the URL of the currently playing YouTube video.
- Display the fetched transcript in the extension popup.
- Clone or download the repository.
- Open Chrome and navigate to
chrome://extensions/
. - Enable "Developer mode" by toggling the switch in the top right corner.
- Click on "Load unpacked" and select the directory containing the extension files.
- Click on the extension icon to open the popup.
- Enter the YouTube video URL in the input field or click "Get Current Video URL" to grab the URL of the currently playing video.
- Click "Get Transcript" to fetch and display the transcript.
index.html
: The HTML file for the extension popup.ytTranscript.js
: The JavaScript file that handles fetching and displaying the transcript.manifest.json
: The manifest file that defines the extension's properties and permissions.readme.md
: This README file.
activeTab
: Allows the extension to access the URL of the currently active tab.