HBO Ad Blocker
Block all HBO Ads! Enhance your HBO streaming experience.
HBO Ad Blocker là gì?
HBO Ad Blocker là một tiện ích mở rộng Chrome được phát triển bởi http://hboadblocker.com, và tính năng chính của nó là "Block all HBO Ads! Enhance your HBO streaming experience.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng HBO Ad Blocker
Tải xuống các tệp mở rộng HBO Ad Blocker dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cbchmocclikhalhkckeiofpboloaakim |
URL Chính Thức | https://chrome.google.com/webstore/detail/hbo-ad-blocker/cbchmocclikhalhkckeiofpboloaakim |
Mô tả | Block all HBO Ads! Enhance your HBO streaming experience. |
Kích Thước Tệp | 44.38 KB |
Số Lần Cài Đặt | 931 |
Phiên Bản Hiện Tại | 0.2.2 |
Cập Nhật Lần Cuối | 2021-12-09 |
Ngày Phát Hành | 2021-10-24 |
Đánh Giá | 4.60/5 Tổng số 10 Đánh Giá |
Nhà Phát Triển | http://hboadblocker.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.hboadblocker.com |
URL Trang Trợ Giúp | https://www.hboadblocker.com/support/ |
URL Trang Chính Sách Bảo Mật | https://www.hbomaxwatchparty.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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 } |