Video Bender for Paramount+: rotate video

Extension to rotate the screen while watching Paramount Plus. You can also zoom video in and out according to preferences.

Video Bender for Paramount+: rotate video란 무엇입니까?

Video Bender for Paramount+: rotate video은(는) BestChromeExtensions에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension to rotate the screen while watching Paramount Plus. You can also zoom video in and out according to preferences."입니다.

확장 프로그램 스크린샷

screenshot

Video Bender for Paramount+: rotate video 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Are you one of the late-night binge-watchers? You’ve probably been wondering how to flip the screen to watch your favorite series comfortably in bed. We got you, here’s an extension you need!

With Paramount+ Video Bender you’re able to rotate the screen at different angles and zoom the video in or out, all to achieve the perfect sync with your go-to watching position. You don’t need to worry about stabilizing your device since the only thing being flipped is the video. 

Extension scales the video to fit its width or height and rotates the screen every 45 degrees, so it allows you to choose the video position starting from fully horizontal or vertical, through diagonal, up to upside down! 

All you need to do is add Paramount+ Video Bender extension to your browser, manage available options in the control panel and adjust the video size and angle as you wish. 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.                    

확장 프로그램 기본 정보

이름 Video Bender for Paramount+: rotate video Video Bender for Paramount+: rotate video
ID lmcjkhhfjfalgbohfjinailkmaebbnpb
공식 URL https://chromewebstore.google.com/detail/video-bender-for-paramoun/lmcjkhhfjfalgbohfjinailkmaebbnpb
설명 Extension to rotate the screen while watching Paramount Plus. You can also zoom video in and out according to preferences.
파일 크기 89.37 KB
설치 횟수 547
현재 버전 1.0.11
최근 업데이트 2024-02-02
출시 날짜 2022-02-26
평점 3.00/5 총 2 개의 평점
개발자 BestChromeExtensions
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.vodextended.com/privacy_policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Bender for Paramount+: rotate video",
    "description": "Extension to rotate the screen while watching Paramount Plus. You can also zoom video in and out according to preferences.",
    "version": "1.0.11",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.paramountplus.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "VideoBender36Paramount.png"
    },
    "content_scripts": [
        {
            "js": [
                "options.js",
                "engine.js",
                "paramount.min.js"
            ],
            "matches": [
                "*:\/\/*.paramountplus.com\/*"
            ]
        }
    ],
    "icons": {
        "36": "VideoBender36Paramount.png",
        "128": "VideoBender128Paramount.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}