Extended for Paramount+: boost your viewing

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

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

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

확장 프로그램 스크린샷

screenshot

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

Now you're able to:

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

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

확장 프로그램 기본 정보

이름 Extended for Paramount+: boost your viewing Extended for Paramount+: boost your viewing
ID nbjblmlanbnaiobkkhjplbdafmpehmbl
공식 URL https://chromewebstore.google.com/detail/extended-for-paramount+-b/nbjblmlanbnaiobkkhjplbdafmpehmbl
설명 Boost your Paramount+ viewing experience: adjust speed, skip intros & recaps, hide spoilers.
파일 크기 102 KB
설치 횟수 982
현재 버전 1.1.12
최근 업데이트 2024-02-02
출시 날짜 2022-02-10
평점 3.80/5 총 5 개의 평점
개발자 BestChromeExtensions
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.vodextended.com/privacy_policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Extended for Paramount+: boost your viewing",
    "description": "Boost your Paramount+ viewing experience: adjust speed, skip intros & recaps, hide spoilers.",
    "version": "1.1.12",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "unlimitedStorage"
    ],
    "host_permissions": [
        "*:\/\/*.paramountplus.com\/*"
    ],
    "action": {
        "default_icon": "ParamountExtended.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "extensionEngine.js",
                "injectedEngine.js",
                "paramount.min.js"
            ],
            "css": [
                "injected.css",
                "modalFrame.css",
                "otherCssFromExtension.css"
            ],
            "matches": [
                "*:\/\/*.paramountplus.com\/*"
            ]
        }
    ],
    "icons": {
        "128": "ParamountExtended.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "ParamountExtended.png",
                "bubble.svg",
                "times-solid.svg"
            ],
            "matches": [
                "*:\/\/*.paramountplus.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "paramountExtensionBackground.js"
    }
}