Youtube Manual AD Remover
Manually remove the youtube ads by pressing the ESC key (or Shift + E).
O que é Youtube Manual AD Remover?
Youtube Manual AD Remover é uma extensão do Chrome desenvolvida por mountaindull, e sua principal característica é "Manually remove the youtube ads by pressing the ESC key (or Shift + E).".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube Manual AD Remover
Baixe arquivos de extensão Youtube Manual AD 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
This extension allows you to remove Youtube ads by pressing ESC or Shift + E when playing Youtube videos. You can remove ads with one click without moving the cursor. Only Shift + E is valid at full screen. You cannot use skip shortcut if keyboard shortcut allocation are conflicted. Please be careful when use with another youtube extensions.
Informações Básicas da Extensão
Nome | |
ID | jfbjbbfpbogjffpkcfmchfgamgioniea |
URL Oficial | https://chromewebstore.google.com/detail/youtube-manual-ad-remover/jfbjbbfpbogjffpkcfmchfgamgioniea |
Descrição | Manually remove the youtube ads by pressing the ESC key (or Shift + E). |
Tamanho do Arquivo | 11.32 KB |
Contagem de Instalações | 375 |
Versão Atual | 1.3.4 |
Última Atualização | 2024-01-12 |
Data de Publicação | 2022-01-09 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | mountaindull |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/Keinsleif/youtube-manual-ad-remover |
URL da Página de Ajuda | https://docs.google.com/forms/d/e/1FAIpQLSc_ONy7O1hjhzKFgmfV6UKJ5XfzOWCZLCSIKdRPuk-uAQSSEA/viewform |
Idiomas Suportados | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_Name__", "version": "1.3.4", "description": "__MSG_Description__", "default_locale": "en", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "ad-killer.js" ] } ] } |