Youtube adblocker
watch ads free videos on youtube
O que é Youtube adblocker?
Youtube adblocker é uma extensão do Chrome desenvolvida por youtbadblocker, e sua principal característica é "watch ads free videos on youtube".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Youtube adblocker
Baixe arquivos de extensão Youtube adblocker 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
Youtube adblocker is a Chrome extension designed to enhance your browsing experience by blocking intrusive ads on youtube and annoying pop-ups. With its user-friendly interface, it offers efficient ad and popup blocking, allowing you to enjoy a cleaner, faster, and more secure online environment. Say goodbye to distractions, protect your privacy, and browse the web with ease. Install Youtube adblocker today and take control of your online experience.
Informações Básicas da Extensão
Nome | Youtube adblocker |
ID | nihjoknbdeopkanoegafjcbbeaidemke |
URL Oficial | https://chromewebstore.google.com/detail/youtube-adblocker/nihjoknbdeopkanoegafjcbbeaidemke |
Descrição | watch ads free videos on youtube |
Tamanho do Arquivo | 136 KB |
Contagem de Instalações | 440 |
Versão Atual | 1.2.0 |
Última Atualização | 2024-01-15 |
Data de Publicação | 2023-09-24 |
Classificação | 5.00/5 Total de 23 Avaliações |
Desenvolvedor | youtbadblocker |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.youtubeadblocker.net/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Youtube adblocker", "description": "watch ads free videos on youtube", "version": "1.2.0", "manifest_version": 3, "icons": { "16": "YoutubeAdBlocker16x16.png", "48": "YoutubeAdBlocker48x48.png", "128": "YoutubeAdBlocker128x128.png" }, "action": { "default_popup": "popup.html", "default_title": "YoutubeAdBlocker", "default_icon": "YoutubeAdBlocker16x16.png" }, "host_permissions": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "storage", "declarativeNetRequest" ], "options_page": "options.html", "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.youtube.com\/*" ], "js": [ "contentScript.js" ] } ] } |