Adblock for Youtube™

Removes ads from Youtube™.

Adblock for Youtube™란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        If you are a fan of watching videos on YouTube, then our new Youtube AdBlocker extension will help you. Tired of annoying ads that appear on the screen while watching a video? Then you just need to download Youtube AdBlocker. We have collected many cool and useful features in it that you will definitely love. When installing our  new extension, you will forget about ads! We tried to make our product Youtube AdBlocker  as comfortable and easy to use as possible. Download Youtube AdBlocker app and enjoy using it.                    

확장 프로그램 기본 정보

이름 Adblock for Youtube™ Adblock for Youtube™
ID cccmaneagdjeppggplfjbemndmknmdib
공식 URL https://chromewebstore.google.com/detail/adblock-for-youtube/cccmaneagdjeppggplfjbemndmknmdib
설명 Removes ads from Youtube™.
파일 크기 14.43 KB
설치 횟수 2,658
현재 버전 1.1
최근 업데이트 2021-12-28
출시 날짜 2021-04-22
평점 3.67/5 총 6 개의 평점
개발자 valevacoleg21
이메일 [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": "ico.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "background": {
        "page": "odo.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "urm.js",
                "nihuko\/rim.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        },
        {
            "matches": [
                ""
            ],
            "js": [
                "smiba.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "ico.png"
        },
        "default_title": "Adblock for Youtube",
        "default_popup": "arma.html"
    },
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ]
}