Youtube Colors Filters
A simple tool to change brightness, contrast, saturation, sepia, invert of any youtube video you watch.
Wat is Youtube Colors Filters?
Youtube Colors Filters is een Chrome-extensie ontwikkeld door tareq.ateik, en de belangrijkste functie is "A simple tool to change brightness, contrast, saturation, sepia, invert of any youtube video you watch.".
Extensie Screenshots
Download het CRX-bestand van de extensie Youtube Colors Filters
Download Youtube Colors Filters-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | ojgmbbegpppllieiibjipgbpbnmonofi |
Officiële URL | https://chrome.google.com/webstore/detail/youtube-colors-filters/ojgmbbegpppllieiibjipgbpbnmonofi |
Beschrijving | A simple tool to change brightness, contrast, saturation, sepia, invert of any youtube video you watch. |
Bestandsgrootte | 53.84 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2016-02-27 |
Publicatiedatum | 2016-02-27 |
Beoordeling | 4.69/5 Totaal 29 Beoordelingen |
Ontwikkelaar | tareq.ateik |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |