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文件

下載Video Bender for Paramount+: rotate video擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    }
}