Hulu Extended: boost your viewing

Boost your viewing experience on Hulu: adjust speed, skip intros & recaps, hide spoilers.

Hulu Extended: boost your viewing란 무엇입니까?

Hulu Extended: boost your viewing은(는) dogooodapp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Boost your viewing experience on Hulu: adjust speed, skip intros & recaps, hide spoilers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Hulu Extended: boost your viewing 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        An extension to fast forward, skip over slow moments, and hide spoilers.

Be in the driver's seat of your viewing experience! Hulu Extended is a great tool that unifies multiple functionalities in one easy-to-use extension and gives you more control over the Hulu platform. 

Now you're able to:

- Speed up or slow down your playback speed
- Turn the cursor off
- Skip recaps, intros and fast forward ads for chosen titles
- Hide Spoilers

All you need to do is add the Hulu Extended extension to your browser, run the control panel, and enjoy watching content tailored to your personal viewing preferences. It's as simple as that!


Disclaimer : Hulu is a trademark of Disney Media and Entertainment Distribution. This website & extension hold no association or affiliation with Hulu or any third-party companies.                    

확장 프로그램 기본 정보

이름 Hulu Extended: boost your viewing Hulu Extended: boost your viewing
ID pmfhjjclnmhiapcdjaphkigpfnjifbkl
공식 URL https://chromewebstore.google.com/detail/hulu-extended-boost-your/pmfhjjclnmhiapcdjaphkigpfnjifbkl
설명 Boost your viewing experience on Hulu: adjust speed, skip intros & recaps, hide spoilers.
파일 크기 36.31 KB
설치 횟수 1,534
현재 버전 1.2.2
최근 업데이트 2023-11-21
출시 날짜 2022-01-29
평점 4.00/5 총 4 개의 평점
개발자 dogooodapp
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vodextended.com/
개인정보 보호 정책 페이지 URL https://www.vodextended.com/privacy_policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Hulu Extended: boost your viewing",
    "description": "Boost your viewing experience on Hulu: adjust speed, skip intros & recaps, hide spoilers.",
    "version": "1.2.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.hulu.com\/*"
    ],
    "action": {
        "default_icon": "hulu-extended.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "extensionEngine.js",
                "injectedEngine.js"
            ],
            "css": [
                "injected.css",
                "modalFrame.css",
                "otherCssFromExtension.css"
            ],
            "matches": [
                "*:\/\/*.hulu.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "hulu-extended.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "hulu-extended.png",
                "bubble.svg",
                "times-solid.svg"
            ],
            "matches": [
                "*:\/\/*.hulu.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "huluExtensionBackground.js"
    }
}