Video Filters
Easy access to html5 video filters
What is Video Filters?
Video Filters is a Chrome extension developed by flweynschenk, and its main feature is "Easy access to html5 video filters".
Extension Screenshots
Download Video Filters Extension CRX File
Download Video Filters extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension enables you to change brightness and more of any video on the web. Includes a convenient button for playing the videos in Picture in Picture mode. Available filters are; Brightness, Contrast, Saturation, Invert, Sepia, Opacity, Grayscale, Hue, Blur and playbackrate. Tested on; Netflix, Disney+, YouTube and more.
Extension Basic Information
Name | Video Filters |
ID | glkdajeidfbnmaehchohlcdcdkledpeh |
Official URL | https://chromewebstore.google.com/detail/video-filters/glkdajeidfbnmaehchohlcdcdkledpeh |
Description | Easy access to html5 video filters |
File Size | 17.8 KB |
Installation Count | 212 |
Current Version | 1.2.2 |
Last Updated | 2024-03-07 |
Publish Date | 2022-03-20 |
Rating | 4.80/5 Total 5 Ratings |
Developer | flweynschenk |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/FWeynschenk/VideoFilters |
Help Page URL | https://github.com/FWeynschenk/VideoFilters/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Filters", "description": "Easy access to html5 video filters", "version": "1.2.2", "manifest_version": 3, "background": { "service_worker": "background.js" }, "permissions": [ "storage", "activeTab", "scripting" ], "host_permissions": [ " |