Video Compressor & Filesize Reducer

Reduce filesizes and minify MP4, WMV, MOV, VOB, AVI.

What is Video Compressor & Filesize Reducer?

Video Compressor & Filesize Reducer is a Chrome extension developed by Xeri Media Crew | XMC, and its main feature is "Reduce filesizes and minify MP4, WMV, MOV, VOB, AVI.".

Extension Screenshots

screenshot
screenshot

Download Video Compressor & Filesize Reducer Extension CRX File

Download Video Compressor & Filesize Reducer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name Video Compressor & Filesize Reducer Video Compressor & Filesize Reducer
ID eplffpaafmjimmcgniehmecapdpmhihk
Official URL https://chromewebstore.google.com/detail/video-compressor-filesize/eplffpaafmjimmcgniehmecapdpmhihk
Description Reduce filesizes and minify MP4, WMV, MOV, VOB, AVI.
File Size 10.51 KB
Installation Count 308
Current Version 1.0.0
Last Updated 2022-04-20
Publish Date 2022-04-20
Developer Xeri Media Crew | XMC
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.xeriflow.net/privacy-policy
Supported Languages 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"
    }
}