Adblock for Youtube - ad blocker tool

Adblock - block any ads on Youtube videos. Adblock removes all types of ads. Ad blocker for Chrome

O que é Adblock for Youtube - ad blocker tool?

Adblock for Youtube - ad blocker tool é uma extensão do Chrome desenvolvida por adsSkip App., e sua principal característica é "Adblock - block any ads on Youtube videos. Adblock removes all types of ads. Ad blocker for Chrome".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Adblock for Youtube - ad blocker tool

Baixe arquivos de extensão Adblock for Youtube - ad blocker tool 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

                        Adblock for YouTube removes ads and enhances your video watching experience.

You don't have to sit through un skippable pre-roll ads. Unlike other ad blockers, extension lets you filter ads and even allow ads on individual channels to support the YouTubers you love. 

Looking for an ad blocker that not only blocks annoying ads but also protects you from online threats? Look no further than Adblock, the ultimate adblocker solution! Our powerful tool effectively blocks all types of ads, including video ads, rich media ads, pop-ups, banners, and text ads.

How to Install extension? 
- Sign in to the Google search engine.
- Type “Chrome Store” in the search bar.
- Log in to the “Google Chrome Web” that comes up. Type “Adblock” in the search field on the left. Choose one of the results you come across.
- Just click on the “Add for Chrome” link on the page that opens.

Adblock Tool ads, pop-ups & fight malware!

Lets you skip over sponsors, intro, subscription reminders, and other annoying parts of YouTube videos.
Ad skip made for Chrome browser  to block all ads that are appearing on start  when watching tube videos.

Why is the best ad block?
- Easy setup makes it simple to install, and you can disable the block at any time.
- Get rid of annoying pre-roll, mid-roll, and other video ads that interrupt what you are trying to watch.
- Don’t let your videos get interrupted by intrusive ads. Block them before they even pop up with the best video ad blocker protection.
Want to stop all video ads in a matter of seconds?  

Detect and skip YouTube sponsor segments.
“This video was sponsored by…” SKIP IT.

Free Adblock is more than just an extension, it's also a comprehensive online security solution. You can be sure that you're protected from online threats like malware, phishing, and harmful websites. Its crypto-jacking protection feature adds an extra layer of security by blocking known crypto-jackers.

Warning
YouTube is a trademark of Google LLC. Use of this trademark is subject to Google Permissions.

We hope you find our tool useful! We are waiting for your feedback and ratings! If you’re experiencing problems or Free Adblocker isn't working on, please contact us.                    

Informações Básicas da Extensão

Nome Adblock for Youtube - ad blocker tool Adblock for Youtube - ad blocker tool
ID lagdcjmbchphhndlbpfajelapcodekll
URL Oficial https://chromewebstore.google.com/detail/adblock-for-youtube-ad-bl/lagdcjmbchphhndlbpfajelapcodekll
Descrição Adblock - block any ads on Youtube videos. Adblock removes all types of ads. Ad blocker for Chrome
Tamanho do Arquivo 68.67 KB
Contagem de Instalações 874,849
Versão Atual 1.4.0
Última Atualização 2024-01-08
Data de Publicação 2020-03-24
Classificação 4.15/5 Total de 1221 Avaliações
Desenvolvedor adsSkip App.
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://ytbblockad.com/privacy-policy.html
Idiomas Suportados id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "ruleset_1",
                "path": "rules_1.json"
            }
        ]
    },
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png",
        "16": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "storage"
    ],
    "version": "1.4.0"
}