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

screenshot

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 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 [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": [
        ""
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/outline_video_settings_black_18dp.png",
            "32": "\/images\/outline_video_settings_black_24dp.png",
            "48": "\/images\/outline_video_settings_black_36dp.png",
            "128": "\/images\/outline_video_settings_black_48dp.png"
        }
    },
    "icons": {
        "16": "\/images\/outline_video_settings_black_18dp.png",
        "32": "\/images\/outline_video_settings_black_24dp.png",
        "48": "\/images\/outline_video_settings_black_36dp.png",
        "128": "\/images\/outline_video_settings_black_48dp.png"
    },
    "options_page": "options.html"
}