Eye Care Filters for YouTube

Eye Care Filters filters for YouTube

Eye Care Filters for YouTubeคืออะไร?

Eye Care Filters for YouTube เป็นส่วนขยายของ Chrome ที่พัฒนาโดย eyecaremovies และคุณลักษณะหลักของมันคือ "Eye Care Filters filters for YouTube"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Eye Care Filters for YouTube

ดาวน์โหลดไฟล์ส่วนขยาย Eye Care Filters for YouTube ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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'"
}