Video Maximizer

Remove visual clutter and maximizes videos for easy viewing, including full-page theater mode on most sites.

什麼是Video Maximizer?

Video Maximizer是由trophygeek開發的Chrome擴展程式,該擴展的主要功能是“Remove visual clutter and maximizes videos for easy viewing, including full-page theater mode on most sites.”。

擴展截圖

screenshot
screenshot

下載Video Maximizer擴展crx文件

下載Video Maximizer擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 Video Maximizer Video Maximizer
ID cdnlfphfngnfhjcnoikfhaomaaflaiie
官方網址 https://chromewebstore.google.com/detail/video-maximizer/cdnlfphfngnfhjcnoikfhaomaaflaiie
簡介 Remove visual clutter and maximizes videos for easy viewing, including full-page theater mode on most sites.
檔案大小 554 KB
安裝次數 11,187
目前版本 3.0.115
更新時間 2023-11-13
上架時間 2013-12-18
評分 4.77/5 共 154 次評分
開發者 trophygeek
電子郵箱 [email protected]
付費類型 free
說明頁面URL https://github.com/trophygeek/universalvideomaximizer/issues
隱私政策頁面URL https://trophygeek.com/privacy
支援的語言 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": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "videomax_inject.css"
            ],
            "matches": [
                ""
            ],
            "extension_ids": []
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'none';",
        "sandbox": "sandbox allow-scripts; script-src 'self'; child-src 'self';"
    }
}