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
公式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
Eメール [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'"
}