Video Ad Block Youtube

AdBlocker for YouTube, Hotstar, JioCinema and etc.

O que é Video Ad Block Youtube?

Video Ad Block Youtube é uma extensão do Chrome desenvolvida por emredenizadem, e sua principal característica é "AdBlocker for YouTube, Hotstar, JioCinema and etc.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Video Ad Block Youtube

Baixe arquivos de extensão Video Ad Block Youtube 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 Extension

Block unwanted annoying ads on YouTube with this new Video Ad Block YouTube chrome extension. Blocking these unwanted ads on YouTube is absolutely free and  without paying for YouTube Premium. 

This light weight YouTube Adblocker extension can save your valuable time. Now use this cool extension and block your annoying ads from YouTube. It also blocks ad banners and popups on YouTube.
------------------------------------------
How to use:
1. Install the Video Ad Block YouTube chrome extension.
2. And that's it, go to Youtube and start enjoying your favourite Videos on YouTube without Ads.
3. Also blocks ads on Hotstar, JioCinema and more.

It is free to download and use!
------------------------------------------
Share yours experience with your friends and they to can enjoy this amazing ads free YouTube experience for free.
------------------------------------------
✓ Permissions: like common ad-blocking extensions we do need default permissions on every website to remove ads or popups for example on embedded videos and Youtube itself.

✓ Privacy 
Any video adblock detection happens on your computer and we do not see or track. For more information read our privacy policy
------------------------------------------

Updates log
1.4 - Bug Fix
1.3 - Monetized and updated privacy policy
1.2 - Adblock for JioCineama added
1.1 - Updated Hotstar adblock feature
1.0 - New dynamic rules and update in privacy policy
0.7 - Updated Item UI and privacy policy 
0.6 - Added Privacy Policy
0.5 - Updated Item icon and screenshots                    

Informações Básicas da Extensão

Nome Video Ad Block Youtube Video Ad Block Youtube
ID okepkpmjhegbhmnnondmminfgfbjddpb
URL Oficial https://chromewebstore.google.com/detail/video-ad-block-youtube/okepkpmjhegbhmnnondmminfgfbjddpb
Descrição AdBlocker for YouTube, Hotstar, JioCinema and etc.
Tamanho do Arquivo 22 KB
Contagem de Instalações 78,862
Versão Atual 1.4
Última Atualização 2023-11-20
Data de Publicação 2022-06-29
Classificação 4.84/5 Total de 770 Avaliações
Desenvolvedor emredenizadem
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://sites.google.com/view/videoadblockprivacyv2/home
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Ad Block Youtube",
    "version": "1.4",
    "description": "AdBlocker for YouTube, Hotstar, JioCinema and etc.",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage"
    ],
    "icons": {
        "128": "ytblocker128.png"
    },
    "action": {
        "default_icon": "ytblocker128.png",
        "default_title": "Video Ad Block Youtube",
        "default_popup": "popup\/index.html"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "yt.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3
}