YouTube Shorts Remover
A lightweight extension that removes the youtube shorts button on the sidebar.
O que é YouTube Shorts Remover?
YouTube Shorts Remover é uma extensão do Chrome desenvolvida por Laith Alayassa, e sua principal característica é "A lightweight extension that removes the youtube shorts button on the sidebar.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube Shorts Remover
Baixe arquivos de extensão YouTube Shorts Remover no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | YouTube Shorts Remover |
ID | jcbjhgdapmnpgcogifboiepkpdpacipj |
URL Oficial | https://chromewebstore.google.com/detail/youtube-shorts-remover/jcbjhgdapmnpgcogifboiepkpdpacipj |
Descrição | A lightweight extension that removes the youtube shorts button on the sidebar. |
Tamanho do Arquivo | 8.4 KB |
Contagem de Instalações | 934 |
Versão Atual | 0.0.3 |
Última Atualização | 2023-11-21 |
Data de Publicação | 2022-07-27 |
Classificação | 3.33/5 Total de 3 Avaliações |
Desenvolvedor | Laith Alayassa |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } } |