Youtube Video Effects
Realtime Video Effects for YouTube
Youtube Video Effectsとは何ですか?
Youtube Video EffectsはUnknownによって開発されたChromeの拡張機能で、その主な機能は「Realtime Video Effects for YouTube」です。
拡張機能のスクリーンショット
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)                     拡張機能の基本情報
| 名前 |  | 
| 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"
        }
    ]
} | |