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 |
| 公式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 |
| Eメール | [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"
}
} | |