Eye Care Filters for YouTube
Eye Care Filters filters for YouTube
What is Eye Care Filters for YouTube?
Eye Care Filters for YouTube is a Chrome extension developed by eyecaremovies, and its main feature is "Eye Care Filters filters for YouTube".
Extension Screenshots
Download Eye Care Filters for YouTube Extension CRX File
Download Eye Care Filters for YouTube 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
Long-term use of a monitor or TV screen can have a negative impact on a person's eyes, fatigue and overall health. For the purpose of reducing the evaluation of the light emission to the eyes we use edge detection algorithms. Our research results showed an average reduction in the light emission evaluation of more than 8 times compared to the original video files. We bring eye care filters to YouTube!
Extension Basic Information
Name | Eye Care Filters for YouTube |
ID | jcpkjjkeihijhliooempibldlpnhoddd |
Official URL | https://chromewebstore.google.com/detail/eye-care-filters-for-yout/jcpkjjkeihijhliooempibldlpnhoddd |
Description | Eye Care Filters filters for YouTube |
File Size | 82.37 KB |
Installation Count | 16 |
Current Version | 1.0.0.9 |
Last Updated | 2021-11-27 |
Publish Date | 2021-03-23 |
Rating | 5.00/5 Total 1 Ratings |
Developer | eyecaremovies |
[email protected] | |
Payment Type | free |
Extension Website | https://www.youtube.com/channel/UCF3tyzOvcoieHsgU88aND_Q |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Eye Care Filters for YouTube", "short_name": "Eye Care Filters for YouTube", "manifest_version": 2, "version": "1.0.0.9", "description": "Eye Care Filters filters for YouTube", "browser_action": { "default_icon": "48.png", "default_title": "Eye Care Filters for YouTube", "default_popup": "popup.html" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.youtube-nocookie.com\/*" ], "css": [ "app_player.css" ], "js": [ "content.js" ], "run_at": "document_end", "all_frames": true } ], "permissions": [ "tabs", "storage", " |