Video Roll

A web extension that can help you rotate, zoom, move, scale, flip, tune, focus and filter a video. 旋转、缩放、移动、调整比例、镜像翻转、调节音调、专注、滤镜视频。

What is Video Roll?

Video Roll is a Chrome extension developed by https://gomi.site, and its main feature is "A web extension that can help you rotate, zoom, move, scale, flip, tune, focus and filter a video. 旋转、缩放、移动、调整比例、镜像翻转、调节音调、专注、滤镜视频。".

Extension Screenshots

screenshot
screenshot
screenshot

Download Video Roll Extension CRX File

Download Video Roll extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Video Roll is a web extension that helps you rotate, stretch, zoom, reposition, flip, tune, focus and filter HTML5 videos in any web pages. Works great on most sites(Youtube™/Bilibili/Vimeo/TikTok/Twitter, etc).Support the same-origin iframe's video(dailymotion.com).Support shortcut key:Ctrl+Up/Right/Down/Left/B.We provide an excellent memory system to help the next time you enter the website to take effect directly.

Video Roll 是一个帮助你旋转、缩放、移动、调整比例、镜像翻转、调节音调、专注和滤镜任意网页中HTML5视频的浏览器插件。在大部分网站上都表现出色(Youtube™/Bilibili/Vimeo/TikTok/Twitter 等),支持旋转同源 iframe 下的视频(如 dailymotion.com),支持快捷键: Ctrl+Up/Right/Down/Left/B。我们提供了超棒的记忆功能,帮助你一下次进入网站直接生效。

✅Support all HTML5 Video - 可旋转任何网页中的 HTML5 视频)
✅Flip(horizontal/vertical) - 支持镜像翻转(垂直/水平翻转)
✅Rotate(0/90/180/270deg - 支持 0/90/180/270° 旋转
✅Zoom - 缩放
✅Stretch(scale) - 调正比例
✅Reposition(Move) - 移动
✅Tune(pitch)- 调节音调
✅Focus- 专注模式
✅Filter - 滤镜
✅Memory system(You can save all the configuration of the current website so that it will take effect directly next time) - 记忆系统(保存当前网站的配置,下次进入网页直接生效)
✅Support shortcut key - 旋转支持快捷键 ctrl + 方向键, ctrl+B开启专注模式
✅Support same-origin iframe - 针对同源 iframe 中的视频做了优化,支持旋转同源 iframe 中的视频(如 dailymotion.com)
✅Automatically calculates video scaling - 旋转视频时,会自动根据视频容器和视频原始大小尺寸进行自适应,避免旋转后只能展示部分内容的情况
✅Respect user privacy - 重视安全性,插件不会收集任何用户信息                    

Extension Basic Information

Name Video Roll Video Roll
ID cokngoholafkeghnhhdlmiadlojpindm
Official URL https://chromewebstore.google.com/detail/video-roll/cokngoholafkeghnhhdlmiadlojpindm
Description A web extension that can help you rotate, zoom, move, scale, flip, tune, focus and filter a video. 旋转、缩放、移动、调整比例、镜像翻转、调节音调、专注、滤镜视频。
File Size 210 KB
Installation Count 8,000
Current Version 1.1.5
Last Updated 2023-09-23
Publish Date 2022-03-12
Rating 4.67/5 Total 52 Ratings
Developer https://gomi.site
Email [email protected]
Payment Type free
Extension Website https://gomi.site/VideoRoll
Help Page URL https://gomi.site/VideoRoll
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Roll",
    "version": "1.1.5",
    "manifest_version": 3,
    "description": "A web extension that can help you rotate, zoom, move, scale, flip, tune, focus and filter a video. \u65cb\u8f6c\u3001\u7f29\u653e\u3001\u79fb\u52a8\u3001\u8c03\u6574\u6bd4\u4f8b\u3001\u955c\u50cf\u7ffb\u8f6c\u3001\u8c03\u8282\u97f3\u8c03\u3001\u4e13\u6ce8\u3001\u6ee4\u955c\u89c6\u9891\u3002",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject\/index.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background\/index.js"
    },
    "icons": {
        "16": "\/icons\/icon_16.png",
        "32": "\/icons\/icon_32.png",
        "48": "\/icons\/icon_48.png",
        "64": "\/icons\/icon_64.png",
        "128": "\/icons\/icon_128.png",
        "256": "\/icons\/icon_256.png",
        "512": "\/icons\/icon_512.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "inject\/index.js"
            ],
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "homepage_url": "https:\/\/gomi.site\/VideoRoll",
    "permissions": [
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "16": "\/icons\/icon_16.png",
            "32": "\/icons\/icon_32.png",
            "48": "\/icons\/icon_48.png",
            "64": "\/icons\/icon_64.png",
            "128": "\/icons\/icon_128.png",
            "256": "\/icons\/icon_256.png",
            "512": "\/icons\/icon_512.png"
        },
        "default_title": "Video Roll",
        "default_popup": "popup\/index.html"
    }
}