Extension for talking to youtube videos
To run this React extension, follow the steps below:
- Node.js (npm) installed on your system.
- Clone this repository to your local machine:
git clone https://github.com/ritikrajdev/sayvid-extension
- Navigate to the project's root directory:
cd sayvid-extension
- Install the required dependencies using npm:
npm install
To build the extension, run the following command:
npm run build
The build process will create a dist
directory containing the optimized and minified version of the extension's code.
Now, follow these steps to load the unpacked extension in your web browser:
- Open your web browser (supported browsers: Chrome).
- Open the extension management page:
- Chrome: Visit
chrome://extensions
.
- Chrome: Visit
- Enable "Developer mode" or "Load unpacked" option, depending on your browser.
- Click on the "Load unpacked" button.
- Select the
dist
directory in the project's root directory. - The extension will be loaded and ready to use in your browser.
After successfully loading the extension, you can start using it by performing the desired actions or interacting with the extension's interface within your web browser.