Youtube™ Adblocker

Youtube™ Adblocker™

Youtube™ Adblocker란 무엇입니까?

Youtube™ Adblocker은(는) YTADBLOCK에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Youtube™ Adblocker™"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        // FR // Youtube ™ Adblocker est gratuit et bloque les annonces pré-roll sur Youtube ™
Vous n'aurez plus besoin d'attendre la fin de la pub ! La vidéo que vous souhaitez regarder commencera directement. 
Plus aucune pub PENDANT la visualisation.
Youtube ™ est une marque déposée de Google Inc. L'utilisation de cette marque est soumise aux autorisations Google.

// EN // Youtube™ Adblocker is free and will block the Pre-Roll Ads on Youtube™ 
Youtube™ is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

확장 프로그램 기본 정보

이름 Youtube™ Adblocker Youtube™ Adblocker
ID oggdlkkoofmffhkhlgiaampkafibiicc
공식 URL https://chrome.google.com/webstore/detail/youtube-adblocker/oggdlkkoofmffhkhlgiaampkafibiicc
설명 Youtube™ Adblocker™
파일 크기 86.37 KB
설치 횟수 439
현재 버전 0.0.1
최근 업데이트 2016-12-29
출시 날짜 2016-12-29
평점 3.67/5 총 3 개의 평점
개발자 YTADBLOCK
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube\u2122 Adblocker",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Youtube\u2122 Adblocker\u2122",
    "default_locale": "en",
    "background": {
        "scripts": [
            "scripts\/chromereload.js",
            "scripts\/background.js"
        ]
    },
    "page_action": {
        "default_title": "Youtube\u2122 Adblocker",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.youtube.com\/*",
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*.youtube.com\/*",
        "https:\/\/*.youtube.com\/*"
    ]
}