HBO Ad Blocker

Block all HBO Ads! Enhance your HBO streaming experience.

HBO Ad Blocker란 무엇입니까?

HBO Ad Blocker은(는) http://hboadblocker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block all HBO Ads! Enhance your HBO streaming experience."입니다.

확장 프로그램 스크린샷

screenshot

HBO Ad Blocker 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Overview:-
 
HBO Ad Blocker is a lightweight and user-friendly extension that enables you to stream HBO Max without advertisements/commercials. It blocks and removes all the video ads to help you enjoy HBO Max streaming. 
 
Features:-
 
> HBO Ad Blocker extension blocks all types of advertisements/commercials.  
> Enables you to enjoy HBO Max streaming in HD.
> Amazing user experience with HBO Ad Blocker.
> HBO Ad Blocker is a free tool that works automatically once installed.
 
Disclaimer:-

HBO or HBO Max are trademarks of Home Box Office, Inc. This application and its developer are in no way affiliated with Home Box Office, Inc.                    

확장 프로그램 기본 정보

이름 HBO Ad Blocker HBO Ad Blocker
ID cbchmocclikhalhkckeiofpboloaakim
공식 URL https://chrome.google.com/webstore/detail/hbo-ad-blocker/cbchmocclikhalhkckeiofpboloaakim
설명 Block all HBO Ads! Enhance your HBO streaming experience.
파일 크기 44.38 KB
설치 횟수 931
현재 버전 0.2.2
최근 업데이트 2021-12-09
출시 날짜 2021-10-24
평점 4.60/5 총 10 개의 평점
개발자 http://hboadblocker.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.hboadblocker.com
도움말 페이지 URL https://www.hboadblocker.com/support/
개인정보 보호 정책 페이지 URL https://www.hbomaxwatchparty.com/privacy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,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,uk,mr,hi,bn,gu,ta,te,ml,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.2.2",
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "128": "img\/128.png",
        "48": "img\/48.png",
        "32": "img\/32.png",
        "16": "img\/16.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        },
        {
            "js": [
                "contentScript.js"
            ],
            "run_at": "document_idle",
            "matches": [
                "https:\/\/*.hbomax.com\/*",
                "http:\/\/*.hbomax.com\/*"
            ]
        }
    ],
    "permissions": [],
    "browser_action": {
        "default_icon": "img\/128.png"
    },
    "manifest_version": 2
}