Adblocker for YouTube™

Install Adblocker for YouTube™ chrome extension & completely block all the annoying ads. Best YT ad remover.

Adblocker for YouTube™란 무엇입니까?

Adblocker for YouTube™은(는) YT Adblock에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Install Adblocker for YouTube™ chrome extension & completely block all the annoying ads. Best YT ad remover."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Adblocker for YouTube™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Do you find Youtube ads annoying and distracting? Adblocker for Youtube™ is a free browser extension that blocks all ads on YouTube, allowing you to enjoy uninterrupted videos. If you're tired of sitting through ads on Youtube, give it a try and enjoy a seamless viewing experience. 

key features 

>> Blocks all ads on Youtube: No more annoying pop-ups, banners, or pre-roll ads. 

>> Saves time: Watch videos without having to sit through ads. 

>> Compatibility: Adblocker for Youtube™ is compatible with popular web browsers like Google Chrome and Microsoft Edge. 

 
How To Use? 

>> Install the Adblocker for Youtube™ extension: Install the extension by clicking on "Add to Chrome" button 

>> Once installed, click on the extension icon in your browser's toolbar to enable it. 

>>  Enjoy ad-free videos on Youtube                    

확장 프로그램 기본 정보

이름 Adblocker for YouTube™ Adblocker for YouTube™
ID ocpbafeegjjnfppckhackoojckloofan
공식 URL https://chromewebstore.google.com/detail/adblocker-for-youtube/ocpbafeegjjnfppckhackoojckloofan
설명 Install Adblocker for YouTube™ chrome extension & completely block all the annoying ads. Best YT ad remover.
파일 크기 57.63 KB
설치 횟수 67,742
현재 버전 1.1
최근 업데이트 2023-05-25
출시 날짜 2022-09-20
평점 4.55/5 총 44 개의 평점
개발자 YT Adblock
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.1",
    "name": "Adblocker for YouTube\u2122 ",
    "description": "Install Adblocker for YouTube\u2122 chrome extension & completely block all the annoying ads. Best YT ad remover.",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/icons\/Icon_16.png",
        "32": ".\/icons\/Icon_32.png",
        "48": ".\/icons\/Icon_48.png",
        "64": ".\/icons\/Icon_64.png",
        "128": ".\/icons\/Icon_128.png",
        "2000": ".\/icons\/Icon_2000.png"
    },
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "notifications",
        "declarativeNetRequest"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "my_rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "script.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}