Video Compressor & Filesize Reducer

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

Video Compressor & Filesize Reducer là gì?

Video Compressor & Filesize Reducer là một tiện ích mở rộng Chrome được phát triển bởi Xeri Media Crew | XMC, và tính năng chính của nó là "Reduce filesizes and minify MP4, WMV, MOV, VOB, AVI.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Video Compressor & Filesize Reducer

Tải xuống các tệp mở rộng Video Compressor & Filesize Reducer dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Video Compressor & Filesize Reducer Video Compressor & Filesize Reducer
ID eplffpaafmjimmcgniehmecapdpmhihk
URL Chính Thức https://chromewebstore.google.com/detail/video-compressor-filesize/eplffpaafmjimmcgniehmecapdpmhihk
Mô tả Reduce filesizes and minify MP4, WMV, MOV, VOB, AVI.
Kích Thước Tệp 10.51 KB
Số Lần Cài Đặt 308
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-04-20
Ngày Phát Hành 2022-04-20
Nhà Phát Triển Xeri Media Crew | XMC
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://www.xeriflow.net/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}