Full Screen for Google Chrome

Go full screen with one click on the full screen button. That includes also the full screen movies such as YouTube, Vimeo, etc.

什麼是Full Screen for Google Chrome?

Full Screen for Google Chrome是由https://www.stefanvd.net開發的Chrome擴展程式,該擴展的主要功能是“Go full screen with one click on the full screen button. That includes also the full screen movies such as YouTube, Vimeo, etc.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Full Screen for Google Chrome擴展crx文件

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

擴展使用說明

                        Experience seamless full-screen browsing with my browser extension. Whether you are browsing the web or watching HTML5 videos on popular platforms like YouTube™, Vimeo, Dailymotion, and Youku, enjoy an immersive full-screen experience with just a click. The lightweight add-on is designed to enhance your browsing experience effortlessly.

Full Screen is a lightweight and useful add-in designed to quickly enable full-screen mode for web pages, images, and videos. It is Full Screen anything on the web. And With this browser extension, you can easily enter full-screen mode with the click of a button. Choose your preferred task: view web or video in full-screen, maximize the window to full-screen, or instantly maximize the current HTML5 video.

Browser extension features:
◆ One Click to Full Screen:
Easily switch between regular view and full-screen mode for web pages or HTML5 videos with a single click.
◆ Media Full Screen feature:
Detects the current playing HTML5 video status and brings it to full screen mode depending on whether it is playing or not. It includes an option to whitelist or blacklist certain websites to use this feature.
◆ Display Options:
- Bring the current web page or HTML5 video to complete full screen with no visible toolbar.
- Automatically maximize HTML videos to fit your window screen while preserving the original aspect ratio. Such as on YouTube video in windowed full screen.
- Open the current tab in a popup window.
- Maximize the web browser window for the current window.
◆ Auto Full Screen:
Option to automatically enter full-screen mode when opening the web browser. On startup, it updates the current window to set the window state to fullscreen.
◆ Double click menu:
A shortcut panel to open the current tab or all tabs in full screen, maximize window, popup window, or arrange all tabs in a side-by-side, 1x2, or 2x2 matrix.
◆ Customizable Browser Button Icon:
Option to change the browser icon to a light or dark mode theme.
◆ Custom Full Screen Keyboard Combinations:
Shortcut to quick open that page in full-screen mode.
◆ Compatible with the "Turn Off the Lights" browser extension for automatic dimming on YouTube™.
◆ Support for Dark Mode.

Project Information:
https://www.stefanvd.net/project/full-screen/browser-extension/

Required Permissions:
◆ "contextMenus": Add "Go to full screen" menu item in the web browser context menu.
◆ "tabs": Manage tabs to open them in a new popup panel and detect the currently playing HTML5 video.
◆ "storage": Save settings locally and sync with your web browser account.
◆ "": Control the button on all websites, including http, https, ftp, and file.

<<< Option feature >>>
Unlock an option feature to protect your eyes at night and focus on the video player, such as YouTube™, by installing Turn Off the Lights browser extension for YouTube and Beyond.
https://chromewebstore.google.com/detail/turn-off-the-lights/bfbmjmiodbnnpllbbbfblcplfjjepjdn

Note: YouTube is a trademark of Google Inc. Use of this trademark is subject to Google Permissions.                    

擴展基本資訊

名稱 Full Screen for Google Chrome Full Screen for Google Chrome
ID gmimocjjppdelmhpcmpkhekmpoddgima
官方網址 https://chromewebstore.google.com/detail/full-screen-for-google-ch/gmimocjjppdelmhpcmpkhekmpoddgima
簡介 Go full screen with one click on the full screen button. That includes also the full screen movies such as YouTube, Vimeo, etc.
檔案大小 690 KB
安裝次數 56,065
目前版本 1.8.0.0
更新時間 2024-02-22
上架時間 2020-03-21
評分 3.68/5 共 345 次評分
開發者 https://www.stefanvd.net
電子郵箱 [email protected]
付費類型 free
擴展官網 https://www.stefanvd.net/project/full-screen/browser-extension/
說明頁面URL https://www.stefanvd.net/support/
隱私政策頁面URL https://www.stefanvd.net/privacy
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_namechrome__",
    "short_name": "Full Screen",
    "version": "1.8.0.0",
    "description": "__MSG_description__",
    "author": "Stefan vd",
    "homepage_url": "https:\/\/www.stefanvd.net\/support\/",
    "icons": {
        "16": "images\/icon16.png",
        "24": "images\/icon24.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "96": "images\/icon96.png",
        "128": "images\/icon128.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "__MSG_name__"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "scripts\/constants.js",
                "scripts\/content.js"
            ],
            "css": [
                "styles\/fs.css"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "scripts\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'none'; style-src 'self'; media-src https:\/\/www.stefanvd.net; frame-src https:\/\/www.youtube.com https:\/\/www.stefanvd.net; connect-src https:\/\/www.stefanvd.net; script-src 'self'; img-src 'self' https:\/\/www.stefanvd.net * data:; object-src 'none'"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "mac": "MacCtrl+Shift+F"
            }
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/scripts\/video-player-status.js"
            ],
            "matches": [
                ""
            ],
            "use_dynamic_url": true
        }
    ],
    "offline_enabled": true,
    "minimum_chrome_version": "103",
    "permissions": [
        "contextMenus",
        "tabs",
        "storage",
        "scripting",
        "system.display"
    ],
    "host_permissions": [
        ""
    ]
}