Hulu Ad Skipper | Ad Blocker
Skip ads on Hulu
Hulu Ad Skipper | Ad Blocker란 무엇입니까?
Hulu Ad Skipper | Ad Blocker은(는) TheBestChromeExtensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Skip ads on Hulu"입니다.
확장 프로그램 스크린샷
Hulu Ad Skipper | Ad Blocker 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Fast Forward Through Commercials on Hulu and block ads! Our Ad skipper detects ads then mutes and fast forwards through them. It's essentially an ad blocker for Hulu. Now supports skipping ads in Live recordings Disclaimer: All product and company names are trademarks or registered trademarks of their respective holders. This website & extensions hold no association or affiliation with them or any third-party companies. ⚠❗** Please note: Our team is aware that some users have experienced issues with our product. We are actively working on finding a solution. If you have encountered a bug, please consider providing detailed information about the circumstances and steps leading up to the problem. Your feedback will be of immense help to our QA team. Thanks for understanding! **❗⚠
확장 프로그램 기본 정보
이름 | Hulu Ad Skipper | Ad Blocker |
ID | pgpdfnkeeppfohmophlpcfmciioeenig |
공식 URL | https://chromewebstore.google.com/detail/hulu-ad-skipper-ad-blocke/pgpdfnkeeppfohmophlpcfmciioeenig |
설명 | Skip ads on Hulu |
파일 크기 | 90.92 KB |
설치 횟수 | 111,175 |
현재 버전 | 1.7.12 |
최근 업데이트 | 2024-02-28 |
출시 날짜 | 2020-07-03 |
평점 | 4.04/5 총 317 개의 평점 |
개발자 | TheBestChromeExtensions |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hulu Ad Skipper | Ad Blocker", "version": "1.7.12", "manifest_version": 3, "description": "Skip ads on Hulu", "options_page": "options.html", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "host_permissions": [ "https:\/\/www.hulu.com\/*", "http:\/\/www.hulu.com\/*" ], "permissions": [ "storage" ], "content_scripts": [ { "js": [ "content.js", "hulu.min.js" ], "run_at": "document_end", "matches": [ "https:\/\/www.hulu.com\/*" ] } ], "background": { "service_worker": "onInstalled.js" } } |