Video Roll

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

Video Roll là gì?

Video Roll là một tiện ích mở rộng Chrome được phát triển bởi https://gomi.site, và tính năng chính của nó là "A web extension that can help you rotate, zoom, move, scale, flip, tune, focus and filter a video. 旋转、缩放、移动、调整比例、镜像翻转、调节音调、专注、滤镜视频。".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Video Roll

Tải xuống các tệp mở rộng Video Roll dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Video Roll Video Roll
ID cokngoholafkeghnhhdlmiadlojpindm
URL Chính Thức https://chromewebstore.google.com/detail/video-roll/cokngoholafkeghnhhdlmiadlojpindm
Mô tả A web extension that can help you rotate, zoom, move, scale, flip, tune, focus and filter a video. 旋转、缩放、移动、调整比例、镜像翻转、调节音调、专注、滤镜视频。
Kích Thước Tệp 210 KB
Số Lần Cài Đặt 8,000
Phiên Bản Hiện Tại 1.1.5
Cập Nhật Lần Cuối 2023-09-23
Ngày Phát Hành 2022-03-12
Đánh Giá 4.67/5 Tổng số 52 Đánh Giá
Nhà Phát Triển https://gomi.site
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://gomi.site/VideoRoll
URL Trang Trợ Giúp https://gomi.site/VideoRoll
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}