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…

What is Video Ad Remover?

Video Ad Remover is a Chrome extension developed by jasonpaul2302, and its main feature is "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…".

Extension Screenshots

screenshot

Download Video Ad Remover Extension CRX File

Download Video Ad Remover extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Video Ad Remover Video Ad Remover
ID effglehmnhneamjihaffmcbhcichnhce
Official URL https://chrome.google.com/webstore/detail/video-ad-remover/effglehmnhneamjihaffmcbhcichnhce
Description 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…
File Size 137 KB
Installation Count 2,000
Current Version 1.0.0.49
Last Updated 2022-05-17
Publish Date 2022-03-31
Developer jasonpaul2302
Email [email protected]
Payment Type free
Extension Website https://www.videoadremover.com/
Help Page URL https://www.videoadremover.com/#contact-us
Privacy Policy Page URL https://www.videoadremover.com
Supported Languages 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"
        }
    ]
}