Video Ad Block Youtube

AdBlocker for YouTube, Hotstar, JioCinema and etc.

Video Ad Block Youtube란 무엇입니까?

Video Ad Block Youtube은(는) emredenizadem에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AdBlocker for YouTube, Hotstar, JioCinema and etc."입니다.

확장 프로그램 스크린샷

screenshot

Video Ad Block Youtube 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Youtube Adblocker Extension

Block unwanted annoying ads on YouTube with this new Video Ad Block YouTube chrome extension. Blocking these unwanted ads on YouTube is absolutely free and  without paying for YouTube Premium. 

This light weight YouTube Adblocker extension can save your valuable time. Now use this cool extension and block your annoying ads from YouTube. It also blocks ad banners and popups on YouTube.
------------------------------------------
How to use:
1. Install the Video Ad Block YouTube chrome extension.
2. And that's it, go to Youtube and start enjoying your favourite Videos on YouTube without Ads.
3. Also blocks ads on Hotstar, JioCinema and more.

It is free to download and use!
------------------------------------------
Share yours experience with your friends and they to can enjoy this amazing ads free YouTube experience for free.
------------------------------------------
✓ Permissions: like common ad-blocking extensions we do need default permissions on every website to remove ads or popups for example on embedded videos and Youtube itself.

✓ Privacy 
Any video adblock detection happens on your computer and we do not see or track. For more information read our privacy policy
------------------------------------------

Updates log
1.4 - Bug Fix
1.3 - Monetized and updated privacy policy
1.2 - Adblock for JioCineama added
1.1 - Updated Hotstar adblock feature
1.0 - New dynamic rules and update in privacy policy
0.7 - Updated Item UI and privacy policy 
0.6 - Added Privacy Policy
0.5 - Updated Item icon and screenshots                    

확장 프로그램 기본 정보

이름 Video Ad Block Youtube Video Ad Block Youtube
ID okepkpmjhegbhmnnondmminfgfbjddpb
공식 URL https://chromewebstore.google.com/detail/video-ad-block-youtube/okepkpmjhegbhmnnondmminfgfbjddpb
설명 AdBlocker for YouTube, Hotstar, JioCinema and etc.
파일 크기 22 KB
설치 횟수 78,862
현재 버전 1.4
최근 업데이트 2023-11-20
출시 날짜 2022-06-29
평점 4.84/5 총 770 개의 평점
개발자 emredenizadem
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/videoadblockprivacyv2/home
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Ad Block Youtube",
    "version": "1.4",
    "description": "AdBlocker for YouTube, Hotstar, JioCinema and etc.",
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "permissions": [
        "declarativeNetRequest",
        "declarativeNetRequestFeedback",
        "storage"
    ],
    "icons": {
        "128": "ytblocker128.png"
    },
    "action": {
        "default_icon": "ytblocker128.png",
        "default_title": "Video Ad Block Youtube",
        "default_popup": "popup\/index.html"
    },
    "host_permissions": [
        ""
    ],
    "background": {
        "service_worker": "bg.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "yt.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "manifest_version": 3
}