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.

O que é Full Screen for Google Chrome?

Full Screen for Google Chrome é uma extensão do Chrome desenvolvida por https://www.stefanvd.net, e sua principal característica é "Go full screen with one click on the full screen button. That includes also the full screen movies such as YouTube, Vimeo, etc.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Full Screen for Google Chrome

Baixe arquivos de extensão Full Screen for Google Chrome no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Full Screen for Google Chrome Full Screen for Google Chrome
ID gmimocjjppdelmhpcmpkhekmpoddgima
URL Oficial https://chromewebstore.google.com/detail/full-screen-for-google-ch/gmimocjjppdelmhpcmpkhekmpoddgima
Descrição Go full screen with one click on the full screen button. That includes also the full screen movies such as YouTube, Vimeo, etc.
Tamanho do Arquivo 690 KB
Contagem de Instalações 56,065
Versão Atual 1.8.0.0
Última Atualização 2024-02-22
Data de Publicação 2020-03-21
Classificação 3.68/5 Total de 345 Avaliações
Desenvolvedor https://www.stefanvd.net
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.stefanvd.net/project/full-screen/browser-extension/
URL da Página de Ajuda https://www.stefanvd.net/support/
URL da Página de Política de Privacidade https://www.stefanvd.net/privacy
Idiomas Suportados 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": [
        ""
    ]
}