Video Roll

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

Apa itu Video Roll?

Video Roll adalah ekstensi Chrome yang dikembangkan oleh https://gomi.site, dan fitur utamanya adalah "A web extension that can help you rotate, zoom, move, scale, flip, tune, focus and filter a video. 旋转、缩放、移动、调整比例、镜像翻转、调节音调、专注、滤镜视频。".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Video Roll

Unduh file ekstensi Video Roll dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Video Roll Video Roll
ID cokngoholafkeghnhhdlmiadlojpindm
URL Resmi https://chromewebstore.google.com/detail/video-roll/cokngoholafkeghnhhdlmiadlojpindm
Deskripsi A web extension that can help you rotate, zoom, move, scale, flip, tune, focus and filter a video. 旋转、缩放、移动、调整比例、镜像翻转、调节音调、专注、滤镜视频。
Ukuran File 210 KB
Jumlah Instalasi 8,000
Versi Saat Ini 1.1.5
Terakhir Diperbarui 2023-09-23
Tanggal Publikasi 2022-03-12
Penilaian 4.67/5 Total 52 Penilaian
Pengembang https://gomi.site
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://gomi.site/VideoRoll
URL Halaman Bantuan https://gomi.site/VideoRoll
Bahasa yang Didukung 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"
    }
}