YouTube: No Shorts, No Community, No Nonsense
Disables different sections for a more enjoyable experience.
O que é YouTube: No Shorts, No Community, No Nonsense?
YouTube: No Shorts, No Community, No Nonsense é uma extensão do Chrome desenvolvida por Oh Thomas, e sua principal característica é "Disables different sections for a more enjoyable experience.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube: No Shorts, No Community, No Nonsense
Baixe arquivos de extensão YouTube: No Shorts, No Community, No Nonsense 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
Choose which sections you'd like to block from loading to save your sanity from the gobble-de-gook they attract. Don't let unwanted content take up your time and space. Source code: https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense
Informações Básicas da Extensão
Nome | YouTube: No Shorts, No Community, No Nonsense |
ID | ailbpknjjkdokgecbhhdcmgponjnkaon |
URL Oficial | https://chromewebstore.google.com/detail/youtube-no-shorts-no-comm/ailbpknjjkdokgecbhhdcmgponjnkaon |
Descrição | Disables different sections for a more enjoyable experience. |
Tamanho do Arquivo | 35.86 KB |
Contagem de Instalações | 39 |
Versão Atual | 0.6660 |
Última Atualização | 2023-11-01 |
Data de Publicação | 2023-10-07 |
Desenvolvedor | Oh Thomas |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/OhThomas/YouTube-No-Shorts-No-Community-No-Nonsense |
Idiomas Suportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube: No Shorts, No Community, No Nonsense", "description": "Disables different sections for a more enjoyable experience.", "version": "0.6660", "author": "Oh Thomas", "action": { "default_popup": ".\/dsc.html", "default_icon": { "16": ".\/images\/dsc16halloween.png", "32": ".\/images\/dsc32halloween.png", "48": ".\/images\/dsc48halloween.png", "64": ".\/images\/dsc64halloween.png", "96": ".\/images\/dsc96halloween.png", "128": ".\/images\/dsc128halloween.png" } }, "icons": { "16": ".\/images\/dsc16halloween.png", "32": ".\/images\/dsc32halloween.png", "64": ".\/images\/dsc64halloween.png", "96": ".\/images\/dsc96halloween.png", "128": ".\/images\/dsc128halloween.png" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start", "js": [ ".\/dsc.js" ], "css": [ ".\/dsc.css" ] } ] } |