Video Roll

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

O que é Video Roll?

Video Roll é uma extensão do Chrome desenvolvida por https://gomi.site, e sua principal característica é "A web extension that can help you rotate, zoom, move, scale, flip, tune, focus and filter a video. 旋转、缩放、移动、调整比例、镜像翻转、调节音调、专注、滤镜视频。".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Video Roll

Baixe arquivos de extensão Video Roll no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Video Roll Video Roll
ID cokngoholafkeghnhhdlmiadlojpindm
URL Oficial https://chromewebstore.google.com/detail/video-roll/cokngoholafkeghnhhdlmiadlojpindm
Descrição A web extension that can help you rotate, zoom, move, scale, flip, tune, focus and filter a video. 旋转、缩放、移动、调整比例、镜像翻转、调节音调、专注、滤镜视频。
Tamanho do Arquivo 210 KB
Contagem de Instalações 8,000
Versão Atual 1.1.5
Última Atualização 2023-09-23
Data de Publicação 2022-03-12
Classificação 4.67/5 Total de 52 Avaliações
Desenvolvedor https://gomi.site
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://gomi.site/VideoRoll
URL da Página de Ajuda https://gomi.site/VideoRoll
Idiomas Suportados 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"
    }
}