Disney+ Extended: boost your viewing

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

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

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

확장 프로그램 스크린샷

screenshot
screenshot

Disney+ 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! Disney+ Extended is a great tool which unifies multiple functionalities in one easy-to-use extension and gives you more control over the Disney+ platform. 

Now you're able to:

- Speed up or slow down your playback speed
- Skip intros, recaps for chosen titles
- Hide Spoilers

All you need to do is add the Disney+ 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 : Disney+ is a trademark of Disney Media and Entertainment Distribution. This website & extension hold no association or affiliation with Disney+ or any third-party companies.                    

확장 프로그램 기본 정보

이름 Disney+ Extended: boost your viewing Disney+ Extended: boost your viewing
ID ooajnoeebjgchphpefgdokaicniekhpn
공식 URL https://chromewebstore.google.com/detail/disney+-extended-boost-yo/ooajnoeebjgchphpefgdokaicniekhpn
설명 Boost your viewing experience on Disney+: adjust speed, skip intros & recaps, hide spoilers.
파일 크기 40.95 KB
설치 횟수 1,120
현재 버전 1.2.2
최근 업데이트 2024-02-26
출시 날짜 2022-02-16
평점 2.83/5 총 6 개의 평점
개발자 BestChromeExtensions
이메일 [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": "Disney+ Extended: boost your viewing",
    "description": "Boost your viewing experience on Disney+: adjust speed, skip intros & recaps, hide spoilers.",
    "version": "1.2.2",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.disneyplus.com\/*"
    ],
    "action": {
        "default_icon": "DisneyExtended.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "extensionEngine.js",
                "injectedEngine.js"
            ],
            "css": [
                "injected.css",
                "modalFrame.css",
                "otherCssFromExtension.css"
            ],
            "matches": [
                "*:\/\/*.disneyplus.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "DisneyExtended.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "DisneyExtended.png",
                "bubble.svg",
                "times-solid.svg"
            ],
            "matches": [
                "*:\/\/*.disneyplus.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "disneyExtensionBackground.js"
    }
}