WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Eye Vision Protection - Better Vision & Safe Your Vision

Eye Vision Protection - Better Vision & Safe Your Vision

View on Chrome Web Store
View Eye Vision Protection - Better Vision & Safe Your Vision Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Helps people with visual impairments browse the web comfortably
Type
Extension
Users
2 users
1
Aristarh Ucolov
View author page of Aristarh Ucolov
Published
Published on July 6, 2025
Version 0.0.1
Manifest version
3
Updated
Updated on July 6, 2025
lifestyle/well_being
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Eye Vision Protection - Better Vision & Safe Your Vision Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Eye Vision Protection - Better Vision & Safe Your Vision",
    "version": "0.0.1",
    "description": "Helps people with visual impairments browse the web comfortably",
    "default_locale": "en",
    "icons": {
        "16": "popup\/images\/icon16.png",
        "48": "popup\/images\/icon48.png",
        "128": "popup\/images\/icon128.png"
    },
    "action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "popup\/images\/icon16.png",
            "48": "popup\/images\/icon48.png",
            "128": "popup\/images\/icon128.png"
        }
    },
    "options_ui": {
        "page": "options\/options.html",
        "open_in_tab": true
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "notifications",
        "tts"
    ],
    "commands": {
        "toggle-dark-mode": {
            "suggested_key": {
                "default": "Ctrl+Shift+D",
                "mac": "Command+Shift+D"
            },
            "description": "Toggle dark mode"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/images\/*",
                "options\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2026 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top