Undetectable Youtube AdBlocker

A free Undetectable Youtube AdBlocker

Undetectable Youtube AdBlocker란 무엇입니까?

Undetectable Youtube AdBlocker은(는) LI에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A free Undetectable Youtube AdBlocker"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Undetectable Youtube AdBlocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This adblocker blocks youtube ads without being detected.

Why it's good:
🪶 Lightweight: Extremely light on resources.
🏎️ Efficient: Uses EventListening outperforming MutationObserver solutions
🎈 Simple: Just install and enjoy, no fancy settings.
🕵️ Stealthy: Undetectable from YouTube.
🔓 Permission-Free: Needs no extra permissions to operate.
🆓 Free forever.

Made my Igor & Luka                    

확장 프로그램 기본 정보

이름 Undetectable Youtube AdBlocker Undetectable Youtube AdBlocker
ID hjmfamljcjmabepekpangndlnkffealb
공식 URL https://chromewebstore.google.com/detail/undetectable-youtube-adbl/hjmfamljcjmabepekpangndlnkffealb
설명 A free Undetectable Youtube AdBlocker
파일 크기 37.24 KB
설치 횟수 1,534
현재 버전 5.0
최근 업데이트 2023-11-27
출시 날짜 2023-11-08
평점 3.79/5 총 19 개의 평점
개발자 LI
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Undetectable Youtube AdBlocker",
    "description": "A free Undetectable Youtube AdBlocker",
    "version": "5.0",
    "icons": {
        "16": "logo\/16.png",
        "48": "logo\/48.png",
        "128": "logo\/128.png"
    },
    "action": {
        "default_title": "Undetectable Youtube AdBlocker",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [],
    "content_scripts": [
        {
            "js": [
                ".\/scripts\/injector.js"
            ],
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                ".\/css\/youtubeStyles.css"
            ],
            "run_at": "document_start"
        }
    ]
}