YouTube lightweight AdBlock
The best perfomance and lightweight Youtube Ads remove extension
O que é YouTube lightweight AdBlock?
YouTube lightweight AdBlock é uma extensão do Chrome desenvolvida por Ilya Koz, e sua principal característica é "The best perfomance and lightweight Youtube Ads remove extension".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão YouTube lightweight AdBlock
Baixe arquivos de extensão YouTube lightweight AdBlock 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
Removing is-stream videos from youtube.com
Informações Básicas da Extensão
Nome | |
ID | iedeabnadclhncepibdpflejlfdnfbkk |
URL Oficial | https://chrome.google.com/webstore/detail/youtube-lightweight-adblo/iedeabnadclhncepibdpflejlfdnfbkk |
Descrição | The best perfomance and lightweight Youtube Ads remove extension |
Tamanho do Arquivo | 4.36 KB |
Contagem de Instalações | 107 |
Versão Atual | 1.0 |
Última Atualização | 2021-03-17 |
Data de Publicação | 2021-03-17 |
Desenvolvedor | Ilya Koz |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube lightweight AdBlock", "version": "1.0", "description": "The best perfomance and lightweight Youtube Ads remove extension", "icons": { "128": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "css": [ "youtube.css" ], "js": [ "youtube.js" ] } ], "manifest_version": 2 } |