Youtube Colors Filters

A simple tool to change brightness, contrast, saturation, sepia, invert of any youtube video you watch.

什么是Youtube Colors Filters?

Youtube Colors Filters是由tareq.ateik开发的Chrome扩展程序,该扩展的主要功能是“A simple tool to change brightness, contrast, saturation, sepia, invert of any youtube video you watch.”。

扩展截图

screenshot
screenshot
screenshot

下载Youtube Colors Filters扩展crx文件

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

扩展使用说明

                        A simple tool to change brightness, contrast, saturation, sepia, invert of any youtube video you watch. This tool is a much if you have any vision problems or the video is just dark.                    

扩展基本信息

名称 Youtube Colors Filters Youtube Colors Filters
ID ojgmbbegpppllieiibjipgbpbnmonofi
官方URL https://chrome.google.com/webstore/detail/youtube-colors-filters/ojgmbbegpppllieiibjipgbpbnmonofi
简介 A simple tool to change brightness, contrast, saturation, sepia, invert of any youtube video you watch.
文件大小 53.84 KB
安装次数 1,000
当前版本 0.0.1
更新时间 2016-02-27
上架时间 2016-02-27
评分 4.69/5 共29次评分
开发者 tareq.ateik
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Youtube Colors Filters",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "A simple tool to change brightness, contrast, saturation, sepia, invert of any youtube video you watch.",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*",
                "http:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery-1.12.1.min.js",
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}