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
电子邮箱 [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\/*"
            ]
        }
    ]
}