Youtube Colors Filters

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

What is Youtube Colors Filters?

Youtube Colors Filters is a Chrome extension developed by tareq.ateik, and its main feature is "A simple tool to change brightness, contrast, saturation, sepia, invert of any youtube video you watch.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Youtube Colors Filters Extension CRX File

Download Youtube Colors 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

                        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.                    

Extension Basic Information

Name Youtube Colors Filters Youtube Colors Filters
ID ojgmbbegpppllieiibjipgbpbnmonofi
Official URL https://chrome.google.com/webstore/detail/youtube-colors-filters/ojgmbbegpppllieiibjipgbpbnmonofi
Description A simple tool to change brightness, contrast, saturation, sepia, invert of any youtube video you watch.
File Size 53.84 KB
Installation Count 1,000
Current Version 0.0.1
Last Updated 2016-02-27
Publish Date 2016-02-27
Rating 4.69/5 Total 29 Ratings
Developer tareq.ateik
Payment Type free
Supported Languages 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"
    ]
}