Eye Care Filters for YouTube

Eye Care Filters filters for YouTube

Was ist Eye Care Filters for YouTube?

Eye Care Filters for YouTube ist eine Chrome-Erweiterung, die von eyecaremovies entwickelt wurde, und ihr Hauptmerkmal ist "Eye Care Filters filters for YouTube".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Eye Care Filters for YouTube-Erweiterungs-CRX-Datei herunterladen

Laden Sie Eye Care Filters for YouTube-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Eye Care Filters for YouTube Eye Care Filters for YouTube
ID jcpkjjkeihijhliooempibldlpnhoddd
Offizielle URL https://chromewebstore.google.com/detail/eye-care-filters-for-yout/jcpkjjkeihijhliooempibldlpnhoddd
Beschreibung Eye Care Filters filters for YouTube
Dateigröße 82.37 KB
Installationsanzahl 16
Aktuelle Version 1.0.0.9
Letztes Update 2021-11-27
Veröffentlichungsdatum 2021-03-23
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler eyecaremovies
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.youtube.com/channel/UCF3tyzOvcoieHsgU88aND_Q
Unterstützte Sprachen 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",
        "",
        "webNavigation"
    ],
    "icons": {
        "64": "64.png",
        "48": "48.png",
        "32": "32.png",
        "16": "16.png",
        "128": "128.png"
    },
    "web_accessible_resources": [],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}