Eye Care Filters for YouTube

Eye Care Filters filters for YouTube

Eye Care Filters for YouTube란 무엇입니까?

Eye Care Filters for YouTube은(는) eyecaremovies에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Eye Care Filters filters for YouTube"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Eye Care Filters for YouTube 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Eye Care Filters for YouTube Eye Care Filters for YouTube
ID jcpkjjkeihijhliooempibldlpnhoddd
공식 URL https://chromewebstore.google.com/detail/eye-care-filters-for-yout/jcpkjjkeihijhliooempibldlpnhoddd
설명 Eye Care Filters filters for YouTube
파일 크기 82.37 KB
설치 횟수 16
현재 버전 1.0.0.9
최근 업데이트 2021-11-27
출시 날짜 2021-03-23
평점 5.00/5 총 1 개의 평점
개발자 eyecaremovies
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.youtube.com/channel/UCF3tyzOvcoieHsgU88aND_Q
지원되는 언어 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'"
}