YouTube Shorts Remover
A lightweight extension that removes the youtube shorts button on the sidebar.
What is YouTube Shorts Remover?
YouTube Shorts Remover is a Chrome extension developed by Laith Alayassa, and its main feature is "A lightweight extension that removes the youtube shorts button on the sidebar.".
Extension Screenshots
Download YouTube Shorts Remover Extension CRX File
Download YouTube Shorts Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
If you unconsciously (or consciously) press the shorts button, and find 45 minutes of your life just disappear, this might help you avoid that. This extension removes the shorts tab button so that you don't click it.
Extension Basic Information
Name | YouTube Shorts Remover |
ID | jcbjhgdapmnpgcogifboiepkpdpacipj |
Official URL | https://chromewebstore.google.com/detail/youtube-shorts-remover/jcbjhgdapmnpgcogifboiepkpdpacipj |
Description | A lightweight extension that removes the youtube shorts button on the sidebar. |
File Size | 8.4 KB |
Installation Count | 934 |
Current Version | 0.0.3 |
Last Updated | 2023-11-21 |
Publish Date | 2022-07-27 |
Rating | 3.33/5 Total 3 Ratings |
Developer | Laith Alayassa |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Shorts Remover", "description": "A lightweight extension that removes the youtube shorts button on the sidebar.", "version": "0.0.3", "content_scripts": [ { "matches": [ "https:\/\/*.youtube.com\/*" ], "js": [ "remover.js" ] } ], "icons": { "16": "\/images\/logo16.png", "32": "\/images\/logo32.png", "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } } |