Video Roll

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

Video Roll란 무엇입니까?

Video Roll은(는) https://gomi.site에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "A web extension that can help you rotate, zoom, move, scale, flip, tune, focus and filter a video. 旋转、缩放、移动、调整比例、镜像翻转、调节音调、专注、滤镜视频。"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Video Roll 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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 - 重视安全性,插件不会收集任何用户信息                    

확장 프로그램 기본 정보

이름 Video Roll Video Roll
ID cokngoholafkeghnhhdlmiadlojpindm
공식 URL https://chromewebstore.google.com/detail/video-roll/cokngoholafkeghnhhdlmiadlojpindm
설명 A web extension that can help you rotate, zoom, move, scale, flip, tune, focus and filter a video. 旋转、缩放、移动、调整比例、镜像翻转、调节音调、专注、滤镜视频。
파일 크기 210 KB
설치 횟수 8,000
현재 버전 1.1.5
최근 업데이트 2023-09-23
출시 날짜 2022-03-12
평점 4.67/5 총 52 개의 평점
개발자 https://gomi.site
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://gomi.site/VideoRoll
도움말 페이지 URL https://gomi.site/VideoRoll
지원되는 언어 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"
    }
}