Youtube Video Effects
Realtime Video Effects for YouTube
Youtube Video Effects क्या है?
Youtube Video Effects Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Realtime Video Effects for YouTube"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Youtube Video Effects एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } ] } |