Adblock for Youtube™

Removes ads from Youtube™.

Adblock for Youtube™란 무엇입니까?

Adblock for Youtube™은(는) anzai3238에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes ads from Youtube™."입니다.

확장 프로그램 스크린샷

screenshot

Adblock for Youtube™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        We would like to present you our new unique and very useful extension YouTube AdBlocker. If you are a fan of watching videos on YouTube, then you will definitely like our product.  Surely, while watching a video, you had to be interrupted by boring and unnecessary advertising, which crashes right while watching.  Only Youtube AdBlocker will block any ads on YouTube.  This is a very convenient and comfortable extension.  We have done our best to make our users enjoy using our extension.  It's feature rich and free.  All you need is just to download our product and enjoy using it.                    

확장 프로그램 기본 정보

이름 Adblock for Youtube™ Adblock for Youtube™
ID jannchdahcpeomkijhnajendgeliepmp
공식 URL https://chrome.google.com/webstore/detail/adblock-for-youtube/jannchdahcpeomkijhnajendgeliepmp
설명 Removes ads from Youtube™.
파일 크기 38.31 KB
설치 횟수 483,929
현재 버전 1.1
최근 업데이트 2021-12-22
출시 날짜 2021-06-21
평점 3.73/5 총 11 개의 평점
개발자 anzai3238
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "version": "1.1",
    "manifest_version": 2,
    "default_locale": "en",
    "icons": {
        "128": "static\/res\/front.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "page": "worker\/index.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "domUtils.js",
                "inj\/adSkiper.js",
                "inj\/teaz_elDMessageListener.js",
                "inj\/teaz_elDDOM.js",
                "inj\/teaz_elDDOMFilter.js",
                "inj\/teaz_elD.js",
                "inj\/teaz_elDStarter.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "300": "static\/res\/front.png"
        },
        "default_title": "Adblock for Youtube\u2122",
        "default_popup": "win\/index.html"
    },
    "web_accessible_resources": [
        "\/checkboxes.min.css"
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}