This Extension contains some useful tools to use while Using YouTube!
-
Enable YouTube Dislike count view
-
Customize YouTube video speed as you wish! (2x, 4x, 8x or anything you want!)
-
Repeat Specific Segment of the Video. (For example, from 00:10:22 to 00:11:20. It will repeat the segments as long as you want!)
-
Download the Thumbnail of the video in different Resolution.
-
Save your Video's specific times as Bookmarks!
-
Prevent YouTube from Playing same type of Videos. Uses Video Titles to check same type of videos. You can use Threshold and Limit to Customize the Changes.
-
Only play Videos with a Maximum Duration. Useful when playing Musics.
-
Download Available Video Transcript in Multiple Formats.
- Download the Zip File from the Download URL or Release Page
- Unzip the File
- Go To
Manage Extension
from your Google Chrome or Directly go tochrome://extensions/
- Turn on
Developer Mode
(Top Right corner) - Click on
Load Unpacked
(Top Left corner of new Menu) - Select the Correct Folder of the Unzipped Extension
WALA!
Start using The YouTube tools!!!
Well, I am a Unemployed Developer
. Don't have the means to spend 5$ just to get registered as a Developer!
-
Create a Regular React JS project. (Use Vite or whatever)
-
We will create our
popup
html and js as a regular React JS project. -
The Next thing we will do in our
public
directory:- Create a
manifest.json
file and add necessaryThings
. - Add
index.js
asdefault_popup
- Create
content
script andbackground
script here. - Add the paths of the
content
script andbackground
script in themanifest.json
file but relative to the public folder. (Think of public folder as root directory) - Read DOCs (or get help from ChatGPT) and create your Extension!!!!!!
- Create a
-
And there is this Repository to Get the Ideas! (or Helps!)