Hulu Ad Blocker
Block All Hulu Ads, Stream Freely!
Hulu Ad Blocker란 무엇입니까?
Hulu Ad Blocker은(는) http://huluadblocker.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Block All Hulu Ads, Stream Freely!"입니다.
확장 프로그램 스크린샷
Hulu Ad Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Hulu Ad Blocker detects and eliminates all types of Hulu ads including commercials, video ads etc. and facilitates seamless Hulu Streaming. Overview: Hulu Ad Blocker is a smart tool that removes all kinds of ads, including banner ads, text ads, or video ads. It makes your Hulu streaming more fun by filtering and removing all the frustrating ads. Now Skip all Hulu Ads Hassle Freely! How to use: Hulu Ad Blocker is an essential tool that enables you to get rid of all the ads you have to face while watching your favorite TV shows, series, movies, etc., on Hulu. You can simply install the extension within a few clicks. All you need to do is, click on the blue “Add to Chrome” button given in the upper-right corner of the page. Now, tap on the “Add Extension” option, and the extension will be installed on your device in a few seconds. Disclaimer: Hulu is a registered trademark of Hulu, LLC, The Walt Disney Company and Comcast. This application and its developer are no way affiliated.
확장 프로그램 기본 정보
이름 | |
ID | emijaefceagmebclmjlmnpcnnpjgpjkp |
공식 URL | https://chrome.google.com/webstore/detail/hulu-ad-blocker/emijaefceagmebclmjlmnpcnnpjgpjkp |
설명 | Block All Hulu Ads, Stream Freely! |
파일 크기 | 43.59 KB |
설치 횟수 | 2,000 |
현재 버전 | 0.3 |
최근 업데이트 | 2021-12-10 |
출시 날짜 | 2021-10-21 |
평점 | 4.91/5 총 11 개의 평점 |
개발자 | http://huluadblocker.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.huluadblocker.com |
도움말 페이지 URL | https://www.huluadblocker.com/support/ |
지원되는 언어 | 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.3", "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" ], "persistent": true }, "content_scripts": [ { "js": [ "content.js" ], "run_at": "document_start", "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "permissions": [], "browser_action": { "default_icon": "img\/128.png", "default_popup": "popup.html" }, "manifest_version": 2 } |