A Firefox and Chrome extension designed to simplify sharing clean YouTube links.
Note: This extension is only available for PC.
This extension was created out of my frustration with YouTube injecting parameters like ?si=
and &pp=
into copied links, even when using the CleanURL extension. I decided to make my own extension to fix this issue (with some assistance from ChatGPT for the skeleton code, as I didn't know how to make an extension).
This extension removes all unnecessary tracking parameters like ?si=
and &pp=
and retains the important ones such as &t=
(for the timestamp), ?v=
(for the video ID), &list=
(for playlist ID), and &index=
(for playlist index).
- Go to the Releases page and click the
.xpi
file. - Allow GitHub to install the extension.
- Click "Add" to confirm.
- Open the Extensions page (
chrome://extensions/
orbrowser://extensions/
for other browsers) and enable Developer mode.
- Download the ZIP file from the Releases page.
- Extract the ZIP file to a folder you won't move or delete.
- In the browser, click Load unpacked and select the folder with the extracted files.
- Done! The extension is now installed.
- Right-click on any YouTube link.
- From the context menu, select Copy Clean YouTube Link. The cleaned link will be copied to your clipboard.
- Click the extension icon in your extension list to open the settings menu.
- Use the toggles to enable or disable options for Timestamp, Playlist and Shorten Link.
- Settings should sync across devices, though this is not fully guaranteed.