Video Compressor & Filesize Reducer
Reduce filesizes and minify MP4, WMV, MOV, VOB, AVI.
什么是Video Compressor & Filesize Reducer?
Video Compressor & Filesize Reducer是由Xeri Media Crew | XMC开发的Chrome扩展程序,该扩展的主要功能是“Reduce filesizes and minify MP4, WMV, MOV, VOB, AVI.”。
扩展截图
下载Video Compressor & Filesize Reducer扩展crx文件
下载Video Compressor & Filesize Reducer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this Tool you can compress whole video files without quality loss. Minify file sizes of all video file formats (mp4, wmv, mov, vob, avi).
扩展基本信息
名称 | Video Compressor & Filesize Reducer |
ID | eplffpaafmjimmcgniehmecapdpmhihk |
官方URL | https://chromewebstore.google.com/detail/video-compressor-filesize/eplffpaafmjimmcgniehmecapdpmhihk |
简介 | Reduce filesizes and minify MP4, WMV, MOV, VOB, AVI. |
文件大小 | 10.51 KB |
安装次数 | 308 |
当前版本 | 1.0.0 |
更新时间 | 2022-04-20 |
上架时间 | 2022-04-20 |
开发者 | Xeri Media Crew | XMC |
电子邮箱 | [email protected] |
付费类型 | free |
隐私政策页面URL | https://www.xeriflow.net/privacy-policy |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Video Compressor & Filesize Reducer", "description": "Reduce filesizes and minify MP4, WMV, MOV, VOB, AVI.", "version": "1.0.0", "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "bg.js" ] } ], "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "action": { "default_title": "Open Tool", "default_popup": "default.html" } } |