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…

Video Ad Removerとは何ですか?

Video Ad Removerはjasonpaul2302によって開発されたChromeの拡張機能で、その主な機能は「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…」です。

拡張機能のスクリーンショット

screenshot

Video Ad Remover拡張機能のCRXファイルをダウンロード

Video Ad Remover拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Video Ad Remover Video Ad Remover
ID effglehmnhneamjihaffmcbhcichnhce
公式URL https://chrome.google.com/webstore/detail/video-ad-remover/effglehmnhneamjihaffmcbhcichnhce
説明 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…
ファイルサイズ 137 KB
インストール数 2,000
現在のバージョン 1.0.0.49
最終更新日 2022-05-17
公開日 2022-03-31
開発者 jasonpaul2302
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.videoadremover.com/
ヘルプページのURL https://www.videoadremover.com/#contact-us
プライバシーポリシーページのURL https://www.videoadremover.com
対応言語 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"
        }
    ]
}