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.

Hvad er Full Screen for Google Chrome?

Full Screen for Google Chrome er en Chrome-udvidelse udviklet af https://www.stefanvd.net, og dens hovedfunktion er "Go full screen with one click on the full screen button. That includes also the full screen movies such as YouTube, Vimeo, etc.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Full Screen for Google Chrome-udvidelses-CRX-fil

Download Full Screen for Google Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Full Screen for Google Chrome Full Screen for Google Chrome
ID gmimocjjppdelmhpcmpkhekmpoddgima
Officiel URL https://chromewebstore.google.com/detail/full-screen-for-google-ch/gmimocjjppdelmhpcmpkhekmpoddgima
Beskrivelse Go full screen with one click on the full screen button. That includes also the full screen movies such as YouTube, Vimeo, etc.
Filstørrelse 690 KB
Antal Installationer 56,065
Nuværende Version 1.8.0.0
Senest Opdateret 2024-02-22
Udgivelsesdato 2020-03-21
Bedømmelse 3.68/5 Samlet 345 Bedømmelser
Udvikler https://www.stefanvd.net
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.stefanvd.net/project/full-screen/browser-extension/
Hjælpeside-URL https://www.stefanvd.net/support/
URL til Fortrolighedspolitik Side https://www.stefanvd.net/privacy
Understøttede Sprog 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": [
        ""
    ]
}