Video Enhancer for YouTube™

Increase playback rate up to 16x, boost the audio, adjust both the brightness and contrast and add various filters to your video.

Video Enhancer for YouTube™とは何ですか?

Video Enhancer for YouTube™はstatischdevによって開発されたChromeの拡張機能で、その主な機能は「Increase playback rate up to 16x, boost the audio, adjust both the brightness and contrast and add various filters to your video.」です。

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

screenshot
screenshot

Video Enhancer for YouTube™拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Enhance your video with various useful and helpful options and filters.

Features:
- Adjust the playback rate of the video from 0.1x to 16x
- Boost the audio up to 10x
- Increase brightness up to 5x
- Increase contrast up to 5x
- Add and adjust up to 7 different filters to your video

Available filters:
- Blur
- Grayscale
- Hue Rotate
- Invert
- Opacity
- Saturate
- Sepia                    

拡張機能の基本情報

名前 Video Enhancer for YouTube™ Video Enhancer for YouTube™
ID jpgdgpdcbjcnhmnibhopchhkajphahmj
公式URL https://chromewebstore.google.com/detail/video-enhancer-for-youtub/jpgdgpdcbjcnhmnibhopchhkajphahmj
説明 Increase playback rate up to 16x, boost the audio, adjust both the brightness and contrast and add various filters to your video.
ファイルサイズ 19.33 KB
インストール数 520
現在のバージョン 1.0.0
最終更新日 2023-12-04
公開日 2023-12-01
評価 4.00/5 合計 2 レビュー
開発者 statischdev
Eメール [email protected]
支払い方法 free
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Video Enhancer for YouTube\u2122",
    "version": "1.0.0",
    "action": {
        "default_popup": "popup.html"
    },
    "description": "Increase playback rate up to 16x, boost the audio, adjust both the brightness and contrast and add various filters to your video.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png",
        "256": "images\/icon-256.png"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "scripts\/content-script.min.js"
            ],
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ]
        }
    ]
}