Youtube Ad Skipper

Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.

O que é Youtube Ad Skipper?

Youtube Ad Skipper é uma extensão do Chrome desenvolvida por Avinash Sakhreliya, e sua principal característica é "Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Youtube Ad Skipper

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

                        New Update: Fix YouTube auto skip ad issue

YouTube Ad Skipper is an add-on for auto skips video ads and close all other ads after website provides a skip ad button. It does not block an ad. So you can now sit on your sofa and watch movie without any interruption.

Currently Supported Websites:

1. YouTube                    

Informações Básicas da Extensão

Nome Youtube Ad Skipper Youtube Ad Skipper
ID cheolhficilobbjkgdinaobglkppmckc
URL Oficial https://chromewebstore.google.com/detail/youtube-ad-skipper/cheolhficilobbjkgdinaobglkppmckc
Descrição Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.
Tamanho do Arquivo 39.06 KB
Contagem de Instalações 7,810
Versão Atual 1.0.1
Última Atualização 2023-11-18
Data de Publicação 2020-03-31
Classificação 4.00/5 Total de 20 Avaliações
Desenvolvedor Avinash Sakhreliya
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Ad Skipper",
    "version": "1.0.1",
    "description": "Ad Skipper is gives you less interrupted online streaming and skip or removes ad on behalf of you. It does not block an ad.",
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "js": [
                "skipper.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icon16-disabled.png",
            "48": "icon48-disabled.png",
            "128": "icon128-disabled.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3
}