Adblock for Youtube - ad blocker tool

Adblock - block any ads on Youtube videos. Adblock removes all types of ads. Ad blocker for Chrome

Adblock for Youtube - ad blocker tool란 무엇입니까?

Adblock for Youtube - ad blocker tool은(는) adsSkip App.에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adblock - block any ads on Youtube videos. Adblock removes all types of ads. Ad blocker for Chrome"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Adblock for Youtube - ad blocker tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adblock for YouTube removes ads and enhances your video watching experience.

You don't have to sit through un skippable pre-roll ads. Unlike other ad blockers, extension lets you filter ads and even allow ads on individual channels to support the YouTubers you love. 

Looking for an ad blocker that not only blocks annoying ads but also protects you from online threats? Look no further than Adblock, the ultimate adblocker solution! Our powerful tool effectively blocks all types of ads, including video ads, rich media ads, pop-ups, banners, and text ads.

How to Install extension? 
- Sign in to the Google search engine.
- Type “Chrome Store” in the search bar.
- Log in to the “Google Chrome Web” that comes up. Type “Adblock” in the search field on the left. Choose one of the results you come across.
- Just click on the “Add for Chrome” link on the page that opens.

Adblock Tool ads, pop-ups & fight malware!

Lets you skip over sponsors, intro, subscription reminders, and other annoying parts of YouTube videos.
Ad skip made for Chrome browser  to block all ads that are appearing on start  when watching tube videos.

Why is the best ad block?
- Easy setup makes it simple to install, and you can disable the block at any time.
- Get rid of annoying pre-roll, mid-roll, and other video ads that interrupt what you are trying to watch.
- Don’t let your videos get interrupted by intrusive ads. Block them before they even pop up with the best video ad blocker protection.
Want to stop all video ads in a matter of seconds?  

Detect and skip YouTube sponsor segments.
“This video was sponsored by…” SKIP IT.

Free Adblock is more than just an extension, it's also a comprehensive online security solution. You can be sure that you're protected from online threats like malware, phishing, and harmful websites. Its crypto-jacking protection feature adds an extra layer of security by blocking known crypto-jackers.

Warning
YouTube is a trademark of Google LLC. Use of this trademark is subject to Google Permissions.

We hope you find our tool useful! We are waiting for your feedback and ratings! If you’re experiencing problems or Free Adblocker isn't working on, please contact us.                    

확장 프로그램 기본 정보

이름 Adblock for Youtube - ad blocker tool Adblock for Youtube - ad blocker tool
ID lagdcjmbchphhndlbpfajelapcodekll
공식 URL https://chromewebstore.google.com/detail/adblock-for-youtube-ad-bl/lagdcjmbchphhndlbpfajelapcodekll
설명 Adblock - block any ads on Youtube videos. Adblock removes all types of ads. Ad blocker for Chrome
파일 크기 68.67 KB
설치 횟수 874,849
현재 버전 1.4.0
최근 업데이트 2024-01-08
출시 날짜 2020-03-24
평점 4.15/5 총 1221 개의 평점
개발자 adsSkip App.
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://ytbblockad.com/privacy-policy.html
지원되는 언어 id,ms,de,en,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icons\/icon128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "ruleset_1",
                "path": "rules_1.json"
            }
        ]
    },
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "icons\/icon128.png",
        "64": "icons\/icon64.png",
        "16": "icons\/icon32.png",
        "48": "icons\/icon48.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "storage"
    ],
    "version": "1.4.0"
}