Youtube™ Adblocker

Youtube ™ Adblocker disables all ads in one click.

Youtube™ Adblocker란 무엇입니까?

Youtube™ Adblocker은(는) betento6334에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Youtube ™ Adblocker disables all ads in one click."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Nowadays a very popular YouTube application and you probably like to watch your favorite bloggers or listen to your favorite music in it.  Surely you had to interrupt your viewing for dim ads that you do not want to see.  Youtube AdBlocker can easily help you with this.  When installed, it will instantly remove your ads and you can simply forget about it.  It is a very easy to use product.  We did our best to make Youtube AdBlocker as functional as possible.  We are confident that you will be happy with the installation.  Rather, join our users and enjoy using, and to download our  YouTube AdBlocker  just follow the link below.                    

확장 프로그램 기본 정보

이름 Youtube™ Adblocker Youtube™ Adblocker
ID imllljhjdokmdbpkdgfjdfbgfkpobobo
공식 URL https://chrome.google.com/webstore/detail/youtube-adblocker/imllljhjdokmdbpkdgfjdfbgfkpobobo
설명 Youtube ™ Adblocker disables all ads in one click.
파일 크기 16.52 KB
설치 횟수 10,000
현재 버전 1.6
최근 업데이트 2021-11-25
출시 날짜 2021-07-25
평점 4.85/5 총 13 개의 평점
개발자 betento6334
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_name__",
    "description": "Youtube \u2122 Adblocker disables all ads in one click.",
    "version": "1.6",
    "default_locale": "en",
    "manifest_version": 2,
    "icons": {
        "300": "yapmak\/logo.png"
    },
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "300": "yapmak\/logo.png"
        },
        "default_title": "Adblock for Youtube\u2122",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        "yapmak\/checkboxes.css"
    ],
    "permissions": [
        "storage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "icinde\/icinde1\/icinde2\/script1.js",
            "icinde\/icinde1\/script1.js",
            "icinde\/icinde1\/script2.js",
            "icinde\/icinde1\/icinde2\/icinde3\/script1.js",
            "icinde\/icinde1\/icinde2\/icinde3\/script2.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "meraba\/script1.js",
                "meraba\/\u0131y\u0131z\/script.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ]
}