Video Compressor - Reduce size of your Video

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

Video Compressor - Reduce size of your Videoとは何ですか?

Video Compressor - Reduce size of your VideoはStreamviによって開発されたChromeの拡張機能で、その主な機能は「Free and Easy to use Online Video compressor. Make your Video Files smaller without quality loss.」です。

拡張機能のスクリーンショット

screenshot

Video Compressor - Reduce size of your Video拡張機能のCRXファイルをダウンロード

Video Compressor - Reduce size of your Video拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Video Compressor - Reduce size of your Video Video Compressor - Reduce size of your Video
ID alaacejbofkbfnpemlijbpalebfibjjc
公式URL https://chromewebstore.google.com/detail/video-compressor-reduce-s/alaacejbofkbfnpemlijbpalebfibjjc
説明 Free and Easy to use Online Video compressor. Make your Video Files smaller without quality loss.
ファイルサイズ 25.83 KB
インストール数 233
現在のバージョン 1.0
最終更新日 2023-03-14
公開日 2023-03-14
開発者 Streamvi
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://streamvi.com/video-compressor/
プライバシーポリシーページのURL https://streamvi.com/terms
対応言語 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"
    }
}