Video Ad Remover

Video Ad Remover is an extension that enables auto skips for video ads. If you are tired of waiting for ads to end or clicking on…

O que é Video Ad Remover?

Video Ad Remover é uma extensão do Chrome desenvolvida por jasonpaul2302, e sua principal característica é "Video Ad Remover is an extension that enables auto skips for video ads. If you are tired of waiting for ads to end or clicking on…".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Video Ad Remover

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

                        Video Ad Remover is an extension that enables auto skips for video ads.

If you are tired of waiting for ads to end or clicking on skip buttons over your video, this extension is for you.
A simple ad skipper that automate the task of clicking on the skip ad button.

Who likes Interruption? No one. 
Video Ad Remover works automatically. Just click "Add to Chrome", then visit your favorite video streaming platforms and see the ads disappear! 

Automatically skip a commercial while playing videos, track usage time & many more things with Video Ad Remover for video stream: ad blocker & adcleaner Application.
The extension simply gives an answer of how to block ads.

contact us! show support or leave your comments at: [email protected].

~~ ♥ Keep in touch! ~~

Visit site to learn more and get our latest updates and news:

→ https://www.videoadremover.com/#home                    

Informações Básicas da Extensão

Nome Video Ad Remover Video Ad Remover
ID effglehmnhneamjihaffmcbhcichnhce
URL Oficial https://chrome.google.com/webstore/detail/video-ad-remover/effglehmnhneamjihaffmcbhcichnhce
Descrição Video Ad Remover is an extension that enables auto skips for video ads. If you are tired of waiting for ads to end or clicking on…
Tamanho do Arquivo 137 KB
Contagem de Instalações 2,000
Versão Atual 1.0.0.49
Última Atualização 2022-05-17
Data de Publicação 2022-03-31
Desenvolvedor jasonpaul2302
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.videoadremover.com/
URL da Página de Ajuda https://www.videoadremover.com/#contact-us
URL da Página de Política de Privacidade https://www.videoadremover.com
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "",
    "manifest_version": 3,
    "name": "Video Ad Remover",
    "default_locale": "en",
    "version": "1.0.0.49",
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ]
}