Eye Relaxer

Helps relieve eye strain in the evening.

What is Eye Relaxer?

Eye Relaxer is a Chrome extension developed by Moiseeva Marina, and its main feature is "Helps relieve eye strain in the evening.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Eye Relaxer Extension CRX File

Download Eye Relaxer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Eye Relaxer Eye Relaxer
ID npjapffionpdggpecedjfckjeemmpgjk
Official URL https://chrome.google.com/webstore/detail/eye-relaxer/npjapffionpdggpecedjfckjeemmpgjk
Description Helps relieve eye strain in the evening.
File Size 13.04 KB
Installation Count 424
Current Version 1.2
Last Updated 2020-06-01
Publish Date 2020-06-01
Rating 1.00/5 Total 2 Ratings
Developer Moiseeva Marina
Payment Type free
Privacy Policy Page URL https://docs.google.com/document/d/e/2PACX-1vSJ9oW6pd19qSmelBAUpM7llJhPQcoY9o0fSw8qtpHrGpdOLUppM0F9SUFJySxxTWQTracgu1nyDf7E/pub
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icon-128.png"
    },
    "description": "Helps relieve eye strain in the evening.",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "manifest_version": 2,
    "name": "Eye Relaxer",
    "permissions": [
        "",
        "tabs",
        "storage",
        "contextMenus"
    ],
    "version": "1.2"
}