Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Video Bender works with Paramount Plus [QVI]",
"description": "Independent software not affiliated with Paramount. Rotate Paramount+ video at any angle and zoom in or out.",
"version": "1.0.22",
"options_page": "options.html",
"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",
"baner.js"
],
"css": [
"baner.css"
],
"matches": [
"*:\/\/*.paramountplus.com\/*"
]
}
],
"icons": {
"36": "VideoBender36Paramount.png",
"128": "VideoBender128Paramount.png"
},
"web_accessible_resources": [
{
"resources": [
"times-solid.svg"
],
"matches": [
"*:\/\/*.paramountplus.com\/*"
]
}
],
"background": {
"service_worker": "background.js"
}
}