WebExtension.net
WebExtension.net

Enhanced Image Viewer

View on Chrome Web Store
View Enhanced Image Viewer Chrome Extension on Chrome Web Store
4.7 (553 ratings)

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

Better Chrome image viewing experience
Type
Extension
Users
50,000 users
Branimir Klarić
View author page of Branimir Klarić
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 4, 2015
Version 5.10
Manifest version
3
Updated
Updated on November 11, 2024
View on Chrome Web Store
View Enhanced Image Viewer Chrome Extension on Chrome Web Store
lifestyle/art
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Enhanced Image Viewer",
    "description": "Better Chrome image viewing experience",
    "version": "5.10",
    "icons": {
        "16": "icons\/icon16.png",
        "24": "icons\/icon24.png",
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "contextMenus",
        "storage",
        "webNavigation",
        "scripting"
    ],
    "host_permissions": [
        "<all_urls>"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "run_at": "document_end",
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.reddit.com\/*"
            ],
            "css": [
                "embedded-enhance.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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