Adblock for Youtube - skip ads

Adblock to remove all ads from Youtube. Experience YouTube ad-free with ad blocker extension. Auto skip Youtube ads.

Adblock for Youtube - skip ads란 무엇입니까?

Adblock for Youtube - skip ads은(는) https://blockforytb.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adblock to remove all ads from Youtube. Experience YouTube ad-free with ad blocker extension. Auto skip Youtube ads."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Adblock for Youtube - skip ads 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Adblock for Youtube offers users the power to block annoying ads on Youtube videos. It blocks out pre-rolls, bumper ads, overlay ads, mid-rolls and post-rolls. You can enjoy an ad-free streaming experience without any distractions. 

Are you tired of YouTube being constantly littered with ads? Do you feel like it interrupts your viewing experience and makes following a video almost impossible? Well, now there is a solution to this problem.

Banners, commercials, or even commercials that you usually see before videos on Youtube are blocked by the extension.
Ad block boosts the performance to load websites (without ads and tracking)

Best way to block all banner ads. It works by automatically hiding all banner ads from  videos. This makes watching videos  much more enjoyable, and it also helps to improve your battery life when watching videos on your computer  device.

Another significant advantage of AdBlock for YouTube is that it can improve online security. Ads can be a vector for malware and other types of online threats. By blocking ads, AdBlock for YouTube helps to keep users safe from these potential risks.

Skip Ad for Youtube allows you to skip ads while watching video.
This extension detects ads and clicks the skip button instantly, instead of completely blocking ads preventing channels from earning any ad revenue.

Enjoy uninterrupted video! Install an extension Adblock to skip sponsors ads.

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

Your suggestions can make Ad Block even better. Share your ideas through feedback on extension web store.                    

확장 프로그램 기본 정보

이름 Adblock for Youtube - skip ads Adblock for Youtube - skip ads
ID annjejmdobkjaneeafkbpipgohafpcom
공식 URL https://chromewebstore.google.com/detail/adblock-for-youtube-skip/annjejmdobkjaneeafkbpipgohafpcom
설명 Adblock to remove all ads from Youtube. Experience YouTube ad-free with ad blocker extension. Auto skip Youtube ads.
파일 크기 1.32 MB
설치 횟수 776,859
현재 버전 1.0.7
최근 업데이트 2024-02-16
출시 날짜 2022-12-15
평점 4.35/5 총 446 개의 평점
개발자 https://blockforytb.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://blockforytb.com
개인정보 보호 정책 페이지 URL https://blockforytb.com/privacy-policy.html
지원되는 언어 id,ms,de,en,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,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": "img\/128.png",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "serviceWorker.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "enabled": true,
                "id": "ruleset_1",
                "path": "rules\/rules_1.json"
            }
        ]
    },
    "description": "__MSG_desc__",
    "default_locale": "en",
    "icons": {
        "128": "img\/128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "__MSG_name__",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "declarativeNetRequest",
        "storage"
    ],
    "version": "1.0.7"
}