Video Compressor - Reduce size of your Video

Free and Easy to use Online Video compressor. Make your Video Files smaller without quality loss.

Was ist Video Compressor - Reduce size of your Video?

Video Compressor - Reduce size of your Video ist eine Chrome-Erweiterung, die von Streamvi entwickelt wurde, und ihr Hauptmerkmal ist "Free and Easy to use Online Video compressor. Make your Video Files smaller without quality loss.".

Erweiterungsscreenshots

screenshot

Video Compressor - Reduce size of your Video-Erweiterungs-CRX-Datei herunterladen

Laden Sie Video Compressor - Reduce size of your Video-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Video Compressor - Reduce size of your Video Video Compressor - Reduce size of your Video
ID alaacejbofkbfnpemlijbpalebfibjjc
Offizielle URL https://chromewebstore.google.com/detail/video-compressor-reduce-s/alaacejbofkbfnpemlijbpalebfibjjc
Beschreibung Free and Easy to use Online Video compressor. Make your Video Files smaller without quality loss.
Dateigröße 25.83 KB
Installationsanzahl 233
Aktuelle Version 1.0
Letztes Update 2023-03-14
Veröffentlichungsdatum 2023-03-14
Entwickler Streamvi
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://streamvi.com/video-compressor/
URL der Datenschutzrichtlinien-Seite https://streamvi.com/terms
Unterstützte Sprachen 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"
    }
}