Protect Eye

Protect your eyes and reduce eye fatigue by modifying the background color and adjusting the screen brightness.

Τι είναι το Protect Eye;

Το Protect Eye είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον talentranslate, και η κύρια λειτουργία του είναι "Protect your eyes and reduce eye fatigue by modifying the background color and adjusting the screen brightness.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Protect Eye

Λήψη αρχείων επέκτασης Protect Eye σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        * It supports replacing the dazzling white in the web page background with olive green, local yellow, bean paste green and light gray, or any color you customize.

* Support to adjust screen brightness.

* Prevent eye discomfort caused by focusing on Web pages for a long time and protect eyesight.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Protect Eye Protect Eye
ID mkbaaakkfpacbbcpichcnmjdmgagalfa
Επίσημο URL https://chromewebstore.google.com/detail/protect-eye/mkbaaakkfpacbbcpichcnmjdmgagalfa
Περιγραφή Protect your eyes and reduce eye fatigue by modifying the background color and adjusting the screen brightness.
Μέγεθος Αρχείου 94.08 KB
Αριθμός Εγκαταστάσεων 10,723
Τρέχουσα Έκδοση 2.0.0.0
Τελευταία Ενημέρωση 2021-11-15
Ημερομηνία Δημοσίευσης 2018-11-12
Αξιολόγηση 4.31/5 Συνολικά 39 Αξιολογήσεις
Προγραμματιστής talentranslate
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://www.freeprivacypolicy.com/live/3273275d-2a5f-4848-a70a-ba2bf99982b3
Υποστηριζόμενες Γλώσσες en,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Protect Eye",
    "short_name": "Protect Eye",
    "version": "2.0.0.0",
    "manifest_version": 2,
    "offline_enabled": true,
    "description": "Protect your eyes and reduce eye fatigue by modifying the background color and adjusting the screen brightness.",
    "default_locale": "en",
    "browser_action": {
        "default_icon": {
            "19": "img\/grey19.png",
            "38": "img\/icon38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "persistent": true,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "exclude_matches": [
                "*:\/\/*.redditmedia.com\/*",
                "*:\/\/www.youtube.com\/ad_companion\/*",
                "*:\/\/staticxx.facebook.com\/*",
                "*:\/\/platform.twitter.com\/widgets\/*",
                "*:\/\/*.googlesyndication.com\/*",
                "*:\/\/*.doubleclick.net\/*",
                "*:\/\/js.stripe.com\/v2\/m\/outer.html*",
                "*:\/\/*.amazon-adsystem.com\/*",
                "*:\/\/*.lijit.com\/beacon*",
                "*:\/\/*.doubleverify.com\/*",
                "*:\/\/pixel.sitescout.com\/*",
                "*:\/\/*.2mdn.net\/*",
                "*:\/\/acdn.adnxs.com\/dmp\/async_usersync.html"
            ],
            "js": [
                "scripts\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "file:\/\/\/*",
        ""
    ],
    "incognito": "spanning",
    "minimum_chrome_version": "57",
    "commands": {
        "0-toggle": {
            "suggested_key": {
                "default": "Alt+Shift+S"
            },
            "description": "Toggle Protect Eye on\/off"
        },
        "1-increase-color-temperature": {
            "suggested_key": {
                "default": "Alt+Shift+Up"
            },
            "description": "Increase current color temperature"
        },
        "2-decrease-color-temperature": {
            "suggested_key": {
                "default": "Alt+Shift+Down"
            },
            "description": "Decrease current color temperature"
        },
        "3-increase-darkness": {
            "description": "Increase darkness"
        },
        "4-decrease-darkness": {
            "description": "Decrease darkness"
        },
        "5-change-color": {
            "description": "Iterate through colors"
        }
    }
}