YouTube Skip Ads

Skip all kind of youtube ads automatically.

O que é YouTube Skip Ads?

YouTube Skip Ads é uma extensão do Chrome desenvolvida por akash.anand708, e sua principal característica é "Skip all kind of youtube ads automatically.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão YouTube Skip Ads

Baixe arquivos de extensão YouTube Skip Ads 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

                        No need to buy premium subscription to avoid ads.
When you are listening songs list in youtube while doing something in Kitchen or some cleaning work at home.
Sometimes long ads comes in between and you have only two options.
1. Let ads play for that long duration. Or
2. Come near to laptop and click SKIP button.

Isn't it irritating. Here is the solution for this.
You don't need to SKIP manually. This extension will do it for you.

NOTE: This works for NON-SKIPPABLE ads also.

Please try it and leave review comments.                    

Informações Básicas da Extensão

Nome YouTube Skip Ads YouTube Skip Ads
ID nebpcniblohdgemginackdeilpgcknmm
URL Oficial https://chromewebstore.google.com/detail/youtube-skip-ads/nebpcniblohdgemginackdeilpgcknmm
Descrição Skip all kind of youtube ads automatically.
Tamanho do Arquivo 6.02 KB
Contagem de Instalações 636
Versão Atual 0.1
Última Atualização 2019-07-28
Data de Publicação 2019-07-26
Classificação 4.00/5 Total de 3 Avaliações
Desenvolvedor akash.anand708
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": "YouTube Skip Ads",
    "short_name": "Skip YouTube Ads",
    "version": "0.1",
    "default_locale": "en",
    "description": "Skip all kind of youtube ads automatically.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon.png",
        "64": "icon.png",
        "128": "icon.png"
    }
}