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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
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" } ] } |