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
官方網址 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"
    ]
}