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
官方網址 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\/*"
            ]
        }
    ]
}