Video Filter
Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result.
什么是Video Filter?
Video Filter是由Ding Dong开发的Chrome扩展程序,该扩展的主要功能是“Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result.”。
扩展截图
下载Video Filter扩展crx文件
下载Video Filter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Video Filter works everywhere: YouTube, Vimeo, Facebook, Netflix, HTML5 video and so on. Available filters: * brightness * contrast * gamma * saturate * grayscale * sepia * hue-rotate * flood (SVG display on) * image * blur * opacity * blend * composite * merge * morphology * SVG-code Keyboard shortcut (only when a video tag is active) : * "NumpadMultiply" key to toggle on/off * "A"/"D" key to skip forward/backward video 5 seconds
扩展基本信息
名称 | Video Filter |
ID | fmeihcjcpeiadlombalojgaikfmdobbl |
官方URL | https://chromewebstore.google.com/detail/video-filter/fmeihcjcpeiadlombalojgaikfmdobbl |
简介 | Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result. |
文件大小 | 37.41 KB |
安装次数 | 2,161 |
当前版本 | 1.0.3 |
更新时间 | 2022-04-12 |
上架时间 | 2020-02-09 |
评分 | 4.74/5 共43次评分 |
开发者 | Ding Dong |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Video Filter", "description": "Enhance your video color everywhere you watch! Just drag and drop any available filters, connect and tweak to make a magical result.", "version": "1.0.3", "offline_enabled": true, "permissions": [ "storage" ], "icons": { "16": "ico\/x16.png", "48": "ico\/x48.png", "128": "ico\/x128.png" }, "author": "DingDong", "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "ico\/x16.png", "24": "ico\/x24.png", "32": "ico\/x32.png" }, "default_title": "Video Filter", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": true, "matches": [ " |