YouTube Shorts Remover
A lightweight extension that removes the youtube shorts button on the sidebar.
Wat is YouTube Shorts Remover?
YouTube Shorts Remover is een Chrome-extensie ontwikkeld door Laith Alayassa, en de belangrijkste functie is "A lightweight extension that removes the youtube shorts button on the sidebar.".
Extensie Screenshots
Download het CRX-bestand van de extensie YouTube Shorts Remover
Download YouTube Shorts Remover-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | YouTube Shorts Remover |
ID | jcbjhgdapmnpgcogifboiepkpdpacipj |
Officiële URL | https://chromewebstore.google.com/detail/youtube-shorts-remover/jcbjhgdapmnpgcogifboiepkpdpacipj |
Beschrijving | A lightweight extension that removes the youtube shorts button on the sidebar. |
Bestandsgrootte | 8.4 KB |
Aantal Installaties | 934 |
Huidige Versie | 0.0.3 |
Laatst Bijgewerkt | 2023-11-21 |
Publicatiedatum | 2022-07-27 |
Beoordeling | 3.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Laith Alayassa |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |