Video Compressor - Reduce size of your Video
Free and Easy to use Online Video compressor. Make your Video Files smaller without quality loss.
What is Video Compressor - Reduce size of your Video?
Video Compressor - Reduce size of your Video is a Chrome extension developed by Streamvi, and its main feature is "Free and Easy to use Online Video compressor. Make your Video Files smaller without quality loss.".
Extension Screenshots
Download Video Compressor - Reduce size of your Video Extension CRX File
Download Video Compressor - Reduce size of your Video 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
Streamvi Video Compressor is a Online tool used to reduce video file size without compromising quality. Video compression makes it easy to store and share large video files without sacrificing image and sound quality. The compression process involves removing redundant data and reducing file size using compression algorithms. There are many different video compression formats, including H.264, MPEG-4, and VP9, each with its own set of features and strengths and weaknesses. By using our Video Compressor you can save up to 90% in Size File.
Extension Basic Information
Name | Video Compressor - Reduce size of your Video |
ID | alaacejbofkbfnpemlijbpalebfibjjc |
Official URL | https://chromewebstore.google.com/detail/video-compressor-reduce-s/alaacejbofkbfnpemlijbpalebfibjjc |
Description | Free and Easy to use Online Video compressor. Make your Video Files smaller without quality loss. |
File Size | 25.83 KB |
Installation Count | 233 |
Current Version | 1.0 |
Last Updated | 2023-03-14 |
Publish Date | 2023-03-14 |
Developer | Streamvi |
[email protected] | |
Payment Type | free |
Extension Website | https://streamvi.com/video-compressor/ |
Privacy Policy Page URL | https://streamvi.com/terms |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Video Compressor - Reduce size of your Video", "description": "Free and Easy to use Online Video compressor. Make your Video Files smaller without quality loss.", "version": "1.0", "permissions": [ "activeTab", "tabs" ], "host_permissions": [ "https:\/\/streamvi.com\/" ], "action": { "default_title": "Open Streamvi Video Compressor", "default_icon": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" } }, "background": { "service_worker": "background.js" } } |