WebExtension.net
WebExtension.net

Video Maximizer

View on Chrome Web Store
View Video Maximizer Chrome Extension on Chrome Web Store
4.8 (159 ratings)

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

Remove visual clutter and maximizes videos for easy viewing, including full-page theater mode on most sites.
Type
Extension
Users
10,000 users
trophygeek
View author page of trophygeek
Featured Extension

Hand-picked for quality and usefulness

Published
Published on November 28, 2013
Version 3.0.115
Manifest version
3
Updated
Updated on November 13, 2023
View on Chrome Web Store
View Video Maximizer Chrome Extension on Chrome Web Store
lifestyle/entertainment
Extension Category

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Video Maximizer",
    "version": "3.0.115",
    "manifest_version": 3,
    "description": "Remove visual clutter and maximizes videos for easy viewing, including full-page theater mode on most sites.",
    "homepage_url": "https:\/\/github.com\/trophygeek\/universalvideomaximizer",
    "icons": {
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "action": {
        "default_title": "Click to zoom video on page.\nRight-click to change Options"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_page": "options.html",
    "permissions": [
        "activeTab",
        "storage"
    ],
    "optional_permissions": [
        "scripting"
    ],
    "optional_host_permissions": [
        "<all_urls>"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "videomax_inject.css"
            ],
            "matches": [
                "<all_urls>"
            ],
            "extension_ids": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'none';",
        "sandbox": "sandbox allow-scripts; script-src 'self'; child-src 'self';"
    }
}
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