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). 擴展基本資訊
| 名稱 | |
| ID | eplffpaafmjimmcgniehmecapdpmhihk |
| 官方網址 | 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"
}
} | |