Ad Blocker for YouTube

Watch YouTube without any ads!

O que é Ad Blocker for YouTube?

Ad Blocker for YouTube é uma extensão do Chrome desenvolvida por Peter Pi, e sua principal característica é "Watch YouTube without any ads!".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Ad Blocker for YouTube

Baixe arquivos de extensão Ad Blocker for 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

                        IMPORTANT:
 - The pop-up bubble on the top right corner will not work in tabs that were open prior to installation. After installing this extension, either reload your open tabs or restart Chrome.

With this extension, you can:
 - Skip ads prior to the actual video content
 - Blocks any pop-up ads during the video within the frame                    

Informações Básicas da Extensão

Nome Ad Blocker for YouTube Ad Blocker for YouTube
ID gmcmlgfecmkefmkgbbnggmamclbmikbi
URL Oficial https://chromewebstore.google.com/detail/ad-blocker-for-youtube/gmcmlgfecmkefmkgbbnggmamclbmikbi
Descrição Watch YouTube without any ads!
Tamanho do Arquivo 23.32 KB
Contagem de Instalações 23,302
Versão Atual 1.0.6
Última Atualização 2020-01-30
Data de Publicação 2020-01-25
Classificação 4.27/5 Total de 45 Avaliações
Desenvolvedor Peter Pi
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Ad Blocker for YouTube",
    "version": "1.0.6",
    "description": "Watch YouTube without any ads!",
    "author": "Peter Pi",
    "icons": {
        "128": "icon_128.png"
    },
    "page_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "activeTab"
    ]
}