Video Filters

Easy access to html5 video filters

什么是Video Filters?

Video Filters是由flweynschenk开发的Chrome扩展程序,该扩展的主要功能是“Easy access to html5 video filters”。

扩展截图

screenshot

下载Video Filters扩展crx文件

下载Video Filters扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Video Filters Video Filters
ID glkdajeidfbnmaehchohlcdcdkledpeh
官方URL https://chromewebstore.google.com/detail/video-filters/glkdajeidfbnmaehchohlcdcdkledpeh
简介 Easy access to html5 video filters
文件大小 17.8 KB
安装次数 212
当前版本 1.2.2
更新时间 2024-03-07
上架时间 2022-03-20
评分 4.80/5 共5次评分
开发者 flweynschenk
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/FWeynschenk/VideoFilters
帮助页面URL https://github.com/FWeynschenk/VideoFilters/issues
支持的语言 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"
}