Youtube popup blocker
People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…
O que é Youtube popup blocker?
Youtube popup blocker é uma extensão do Chrome desenvolvida por Dev Fasil, e sua principal característica é "People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen…".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube popup blocker
Baixe arquivos de extensão Youtube popup blocker 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
People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen that can't be turned off. This extention removes those unwanted popups. It can be easily turned off again by clicking on the extention button in the top right.
Informações Básicas da Extensão
Nome | Youtube popup blocker |
ID | calcepdepicecadfaibokdeheekbihkc |
URL Oficial | https://chromewebstore.google.com/detail/youtube-popup-blocker/calcepdepicecadfaibokdeheekbihkc |
Descrição | People often put an endscreen in a youtube video, but sometimes this ruins the entire end because of annoying popups on the screen… |
Tamanho do Arquivo | 6.86 KB |
Contagem de Instalações | 1,403 |
Versão Atual | 2.0 |
Última Atualização | 2020-09-09 |
Data de Publicação | 2020-08-31 |
Classificação | 4.43/5 Total de 7 Avaliações |
Desenvolvedor | Dev Fasil |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube popup blocker", "manifest_version": 2, "version": "2.0", "permissions": [ "https:\/\/www.youtube.com\/*", "tabs", "storage" ], "icons": { "16": "rb_active_16.png", "128": "fyt_128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": [] } |