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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jasonpaul2302 และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Video Ad Remover

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
        }
    ]
}