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文件

下載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
官方網址 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'"
}