Web Ad Block

Web Ad Block is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…

Web Ad Block란 무엇입니까?

Web Ad Block은(는) emilykogan9에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Web Ad Block is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…"입니다.

확장 프로그램 스크린샷

screenshot

Web Ad Block 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Web Ad Block is an extension that enables you to skip automatically your unnecessary ads. 

Automatically skip a commercial while playing videos, track usage time & many more things with Web Ad Block.
The extension simply gives an answer of how to block 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. 
Web Ad Block works automatically. Just click "Add to Chrome", then visit your favorite streaming platforms and see the ads disappear! 

Contact us! Show support or leave your comments at: [email protected].

Visit our site to learn more and get our latest updates and news: https://webadblock.com/                    

확장 프로그램 기본 정보

이름 Web Ad Block Web Ad Block
ID jcfaaildckchafcpjaejklhdkembpnhc
공식 URL https://chrome.google.com/webstore/detail/web-ad-block/jcfaaildckchafcpjaejklhdkembpnhc
설명 Web Ad Block is an extension that enables you to skip automatically your unnecessary ads. Automatically skip a commercial while…
파일 크기 129 KB
설치 횟수 3,000
현재 버전 1.0.0.93
최근 업데이트 2022-04-20
출시 날짜 2022-04-07
개발자 emilykogan9
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://webadblock.com/
도움말 페이지 URL https://webadblock.com/#contact-us
개인정보 보호 정책 페이지 URL https://webadblock.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "description": "",
    "manifest_version": 3,
    "name": "Web Ad Block",
    "default_locale": "en",
    "version": "1.0.0.93",
    "permissions": [
        "storage",
        "alarms"
    ],
    "icons": {
        "128": "img\/128.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ]
}