Video Maximizer
Remove visual clutter and maximizes videos for easy viewing, including full-page theater mode on most sites.
Was ist Video Maximizer?
Video Maximizer ist eine Chrome-Erweiterung, die von trophygeek entwickelt wurde, und ihr Hauptmerkmal ist "Remove visual clutter and maximizes videos for easy viewing, including full-page theater mode on most sites.".
Erweiterungsscreenshots
Video Maximizer-Erweiterungs-CRX-Datei herunterladen
Laden Sie Video Maximizer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
WHAT IT DOES: Universal Video Maximizer is a free and open source Chrome extension that allows users to watch videos in full-browser-window mode on most websites, without the extension requiring full permissions to every site. It also has a "theater mode" that removes the navigation bar and other UI elements for a undistracted viewing experience. ✔ Working great since 2013 ✔ Dark themed theater mode ✔ Secure and private! ✔ Great for ultrawide monitors ✔ Free and open source ✔ Control playback speed on most sites (Prime, HBO, Apple, etc) This extension is FREE and done as a hobby. Fully commented open-source code for transparency: https://github.com/trophygeek/universalvideomaximizer 💔 Found a bug or site that doesn't work? Report it here: https://github.com/trophygeek/universalvideomaximizer/issues
Grundlegende Informationen zur Erweiterung
Name | Video Maximizer |
ID | cdnlfphfngnfhjcnoikfhaomaaflaiie |
Offizielle URL | https://chromewebstore.google.com/detail/video-maximizer/cdnlfphfngnfhjcnoikfhaomaaflaiie |
Beschreibung | Remove visual clutter and maximizes videos for easy viewing, including full-page theater mode on most sites. |
Dateigröße | 554 KB |
Installationsanzahl | 11,187 |
Aktuelle Version | 3.0.115 |
Letztes Update | 2023-11-13 |
Veröffentlichungsdatum | 2013-12-18 |
Bewertung | 4.77/5 Insgesamt 154 Bewertungen |
Entwickler | trophygeek |
[email protected] | |
Zahlungsart | free |
Hilfeseite URL | https://github.com/trophygeek/universalvideomaximizer/issues |
URL der Datenschutzrichtlinien-Seite | https://trophygeek.com/privacy |
Unterstützte Sprachen | en |
manifest.json | |
{ "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": [ " |