NoShorts
NoShorts categorizes your subscribed videos
O que é NoShorts?
NoShorts é uma extensão do Chrome desenvolvida por noshorts, e sua principal característica é "NoShorts categorizes your subscribed videos".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão NoShorts
Baixe arquivos de extensão NoShorts 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
NoShorts adds tabs to the YouTube subscriptions page, putting different types of videos in their own tabs. This makes it easier to browse and view. Avoid too many shorts videos on the subscriptions page. NoShorts only works on your youtube subscription page. If you don't want to see shorts video recommendations on the YouTube homepage or the other pages, you can try to select the [Not interested] button on the shorts video. Youtube will reduce or no longer recommend shorts videos for you. - Remove recommended content: https://support.google.com/youtube/answer/6125535
Informações Básicas da Extensão
Nome | NoShorts |
ID | jimhmfkkehjpmaofepnkkbdianjilihf |
URL Oficial | https://chromewebstore.google.com/detail/noshorts/jimhmfkkehjpmaofepnkkbdianjilihf |
Descrição | NoShorts categorizes your subscribed videos |
Tamanho do Arquivo | 13.25 KB |
Contagem de Instalações | 20 |
Versão Atual | 1.0.1 |
Última Atualização | 2023-06-07 |
Data de Publicação | 2023-02-27 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | noshorts |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "NoShorts", "version": "1.0.1", "description": "NoShorts categorizes your subscribed videos", "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "noshorts.js" ] } ] } |