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.
Qu'est-ce que Video Bender for Paramount+: rotate video ?
Video Bender for Paramount+: rotate video est une extension Chrome développée par BestChromeExtensions, et sa fonction principale est "Extension to rotate the screen while watching Paramount Plus. You can also zoom video in and out according to preferences.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Video Bender for Paramount+: rotate video
Téléchargez les fichiers d'extension Video Bender for Paramount+: rotate video au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Video Bender for Paramount+: rotate video |
ID | lmcjkhhfjfalgbohfjinailkmaebbnpb |
URL Officiel | https://chromewebstore.google.com/detail/video-bender-for-paramoun/lmcjkhhfjfalgbohfjinailkmaebbnpb |
Description | Extension to rotate the screen while watching Paramount Plus. You can also zoom video in and out according to preferences. |
Taille du Fichier | 89.37 KB |
Nombre d'Installations | 547 |
Version Actuelle | 1.0.11 |
Dernière Mise à Jour | 2024-02-02 |
Date de Publication | 2022-02-26 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | BestChromeExtensions |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://www.vodextended.com/privacy_policy |
Langues Prises en Charge | 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" } } |