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 |
| 公式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 |
| Eメール | [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
} | |