Video Styler (brightness and more)

Extension allows you to adjust the brightness for all video players on websites, as well as apply advanced filters to video!

什么是Video Styler (brightness and more)?

Video Styler (brightness and more)是由https://ebnull.org开发的Chrome扩展程序,该扩展的主要功能是“Extension allows you to adjust the brightness for all video players on websites, as well as apply advanced filters to video!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Video Styler (brightness and more)扩展crx文件

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

扩展使用说明

                        Apply professional photo filters to videos on the fly!
This extension works on all sites with HTML5 players, such as YouTube and Twitch.
You can also combine filters with each other.

[New] Now you can use fully customizable SVG filters (manage and create your own unique filters in SVG format) and combine them with photo filters!

Available filters:
* Brightness
* Contrast
* Saturate
* Grayscale
* Invert
* Sepia
* Hue-Rotate
* Blur
* Customizable SVG

New features on the way.                    

扩展基本信息

名称 Video Styler (brightness and more) Video Styler (brightness and more)
ID bfmgdnjlifbmedglimhnbhgkefanaiep
官方URL https://chromewebstore.google.com/detail/video-styler-brightness-a/bfmgdnjlifbmedglimhnbhgkefanaiep
简介 Extension allows you to adjust the brightness for all video players on websites, as well as apply advanced filters to video!
文件大小 118 KB
安装次数 10,000
当前版本 1.3.3
更新时间 2021-05-02
上架时间 2017-09-05
评分 4.55/5 共165次评分
开发者 https://ebnull.org
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://ebnull.org/privacy
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extension_name__",
    "short_name": "__MSG_extension_title__",
    "version": "1.3.3",
    "description": "__MSG_extension_descr__",
    "default_locale": "en",
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    },
    "author": "ebNULL",
    "permissions": [
        "alarms",
        "storage",
        ""
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/19x19.png",
            "38": "icons\/38x38.png"
        },
        "default_title": "__MSG_extension_title__",
        "default_popup": "browseraction\/popup.html"
    },
    "background": {
        "scripts": [
            "vendor\/ebnull-notifier.min.js",
            "vendor\/ext-single-page-opener.min.js",
            "vendor\/ext-storage-manager.min.js",
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "contentscripts\/content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icons\/*.png"
    ]
}