YTV Ad Blocker

Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker

O que é YTV Ad Blocker?

YTV Ad Blocker é uma extensão do Chrome desenvolvida por Frosty, e sua principal característica é "Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YTV Ad Blocker

Baixe arquivos de extensão YTV Ad Blocker 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 TV is awesome, but some of the channels have too many ads. This extension blocks those ads and allows you to see what you paid to see. 

If there are any issues, report there here, and we will fix them ASAP.                    

Informações Básicas da Extensão

Nome YTV Ad Blocker YTV Ad Blocker
ID kdcnhloaackdhhgjmnhahjckiimcndcb
URL Oficial https://chrome.google.com/webstore/detail/ytv-ad-blocker/kdcnhloaackdhhgjmnhahjckiimcndcb
Descrição Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker
Tamanho do Arquivo 22.15 KB
Contagem de Instalações 213
Versão Atual 1.0
Última Atualização 2020-07-05
Data de Publicação 2020-07-05
Classificação 2.00/5 Total de 4 Avaliações
Desenvolvedor Frosty
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/aaronfrost/youtubetv-adblocker
URL da Página de Ajuda https://github.com/aaronfrost/youtubetv-adblocker/issues
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YTV Ad Blocker",
    "version": "1.0",
    "description": "Wanna watch Youtube TV without ads? Welcome to YTV Ad Blocker",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "https:\/\/*.youtube.com\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "icons": {
        "16": "images\/ytvab-16.png",
        "32": "images\/ytvab-32.png",
        "48": "images\/ytvab-48.png",
        "128": "images\/ytvab-128.png"
    },
    "manifest_version": 2
}