Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"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';"
}
}