Youtube Video Effects

Realtime Video Effects for YouTube

什么是Youtube Video Effects?

Youtube Video Effects是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Realtime Video Effects for YouTube”。

扩展截图

screenshot

下载Youtube Video Effects扩展crx文件

下载Youtube Video Effects扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Features:
- Fullscreen Support
- Control effect parameters with range sliders
- Interact some effects with the cursor (Such as Swirl, Bulge/Pinch)
- Does not mess with annotations or subtitles
- Completely free and with no ads

Available Effects:
⭐️ Brightness / Contrast
⭐️ Hue / Saturation
⭐️ Vibrance
⭐️ Denoise
⭐️ Unsharp Mask
⭐️ Noise
⭐️ Sepia
⭐️ Vignette
⭐️ Zoom Blur
⭐️ Triangle Blur
⭐️ Lens Blur
⭐️ Swirl
⭐️ Bulge / Pinch
⭐️ Ink
⭐️ Edge Work
⭐️ Hexagonal Pixelate
⭐️ Dot Screen
⭐️ Color Halftone

------------
Like Youtube Video Effects? Rate us ⭐️⭐️⭐️⭐️⭐️
------------

Q: How do I use Youtube Video Effects?
A: Just install our extension and keep using Youtube as usual. The FX button will automatically appear next to the three dots icon.

Q: How does it work?
A: This extension uses WebGL (Web Graphics Library), which is an API for rendering interactive graphics in browser. This extension is possible thanks to a JavaScript library called glfx.js (Created by Evan Wallace, http://evanw.github.io/glfx.js)

Found a bug? Got a suggestion?
https://github.com/onurkerimov/youtube-video-effects/issues

Made with ❤️ by Onur Kerimov
Credit: glfx.js (Created by Evan Wallace, http://evanw.github.io/glfx.js)                    

扩展基本信息

名称 Youtube Video Effects Youtube Video Effects
ID jhnjkibnbggodedbajpnkdehambhddjk
官方URL https://chromewebstore.google.com/detail/youtube-video-effects/jhnjkibnbggodedbajpnkdehambhddjk
简介 Realtime Video Effects for YouTube
文件大小 42.91 KB
安装次数 2,510
当前版本 1.0.2
更新时间 2019-08-11
上架时间 2019-08-11
评分 3.00/5 共19次评分
开发者 Unknown
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Video Effects",
    "version": "1.0.2",
    "manifest_version": 2,
    "description": "Realtime Video Effects for YouTube",
    "homepage_url": "http:\/\/www.github.com\/onurkerimov",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*",
                "http:\/\/www.youtube.com\/*"
            ],
            "js": [
                "src\/inject\/glfx.js",
                "src\/inject\/filters.js",
                "src\/inject\/inject.js"
            ],
            "run_at": "document_idle"
        }
    ]
}