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.”。
擴展截圖
下載HBO Ad Blocker擴展crx文件
下載HBO Ad Blocker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | cbchmocclikhalhkckeiofpboloaakim |
官方網址 | 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 } |