Ultimate Video Ad Blocker

Watch Youtube™ without video ads.

Ultimate Video Ad Blocker란 무엇입니까?

Ultimate Video Ad Blocker은(는) uadblock에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Watch Youtube™ without video ads."입니다.

확장 프로그램 스크린샷

screenshot

Ultimate Video Ad Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Fast and effective video ad blocker. 
You won't need to wait or click skip ad anymore.                    

확장 프로그램 기본 정보

이름 Ultimate Video Ad Blocker Ultimate Video Ad Blocker
ID mbjaofhpjelogcpkjgpneaojiafljhik
공식 URL https://chrome.google.com/webstore/detail/ultimate-video-ad-blocker/mbjaofhpjelogcpkjgpneaojiafljhik
설명 Watch Youtube™ without video ads.
파일 크기 16.42 KB
설치 횟수 200,000
현재 버전 1.6.9
최근 업데이트 2021-09-23
출시 날짜 2021-08-24
평점 4.41/5 총 44 개의 평점
개발자 uadblock
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://adblockervideo.com/privacy.php
지원되는 언어 de,en,fr,nl,es,it,pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "version": "1.6.9",
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "background": {
        "service_worker": "main.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "match_about_blank": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage",
        "unlimitedStorage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.adblockervideo.com\/*"
        ]
    },
    "icons": {
        "128": "icon.png"
    }
}